| BigRational Conversion Operators |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
|
|
(Byte to BigRational) |
Performs an implicit conversion from Byte to BigRational.
|
|
|
(Decimal to BigRational) |
Performs an implicit conversion from Decimal to BigRational.
|
|
|
(Double to BigRational) |
Performs an implicit conversion from Double to BigRational.
|
|
|
(Int16 to BigRational) |
Performs an implicit conversion from Int16 to BigRational.
|
|
|
(Int32 to BigRational) |
Performs an implicit conversion from Int32 to BigRational.
|
|
|
(Int64 to BigRational) |
Performs an implicit conversion from Int64 to BigRational.
|
|
|
(BigInteger to BigRational) |
Performs an implicit conversion from BigInteger to BigRational.
|
|
|
(SByte to BigRational) |
Performs an implicit conversion from SByte to BigRational.
|
|
|
(Single to BigRational) |
Performs an implicit conversion from Single to BigRational.
|
|
|
(UInt16 to BigRational) |
Performs an implicit conversion from UInt16 to BigRational.
|
|
|
(UInt32 to BigRational) |
Performs an implicit conversion from UInt32 to BigRational.
|
|
|
(UInt64 to BigRational) |
Performs an implicit conversion from UInt64 to BigRational.
|