Click or drag to resize
BigRational  Conversion Operators

[This is preliminary documentation and is subject to change.]

Overload List
  Name Description
Public operator Static member (BigRational to SByte)
Performs an explicit conversion from BigRational to SByte.
Public operator Static member (BigRational to UInt16)
Performs an explicit conversion from BigRational to UInt16.
Public operator Static member (BigRational to UInt32)
Performs an explicit conversion from BigRational to UInt32.
Public operator Static member (BigRational to UInt64)
Performs an explicit conversion from BigRational to UInt64.
Public operator Static member (BigRational to Byte)
Performs an explicit conversion from BigRational to Byte.
Public operator Static member (BigRational to Int16)
Performs an explicit conversion from BigRational to Int16.
Public operator Static member (BigRational to Int32)
Performs an explicit conversion from BigRational to Int32.
Public operator Static member (BigRational to Int64)
Performs an explicit conversion from BigRational to Int64.
Public operator Static member (BigRational to BigInteger)
Performs an explicit conversion from BigRational to BigInteger.
Public operator Static member (BigRational to Single)
Performs an explicit conversion from BigRational to Single.
Public operator Static member (BigRational to Double)
Performs an explicit conversion from BigRational to Double.
Public operator Static member (BigRational to Decimal)
Performs an explicit conversion from BigRational to Decimal.
Top
See Also