Click or drag to resize
BigRational Constructor

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

Overload List
  Name Description
Public method BigRational(Decimal)
Initializes a new instance of the BigRational struct. The Decimal type represents floating point numbers exactly, with no rounding error. Values such as "0.1" in Decimal are actually representable, and convert cleanly to BigRational as "11/10"
Public method BigRational(Double)
Initializes a new instance of the BigRational struct.
Public method BigRational(BigInteger)
Initializes a new instance of the BigRational struct.
Public method BigRational(BigInteger, BigInteger)
Initializes a new instance of the BigRational struct.
Public method BigRational(BigInteger, BigInteger, BigInteger)
Initializes a new instance of the BigRational struct.
Top
See Also