BigRational Constructor |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() |
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"
|
![]() |
BigRational(Double) |
Initializes a new instance of the BigRational struct.
|
![]() |
BigRational(BigInteger) |
Initializes a new instance of the BigRational struct.
|
![]() |
BigRational(BigInteger, BigInteger) |
Initializes a new instance of the BigRational struct.
|
![]() |
BigRational(BigInteger, BigInteger, BigInteger) |
Initializes a new instance of the BigRational struct.
|