Rational Conversion Operators |
Name | Description | |
---|---|---|
(Decimal to Rational) |
Converts the specified Decimal to a Rational.
| |
(Double to Rational) |
Converts the specified Double to a Rational.
| |
(Single to Rational) |
Converts the specified Single to a Rational.
| |
(Rational to Int32) |
Converts the specified Rational to a Int32.
| |
(Rational to UInt32) |
Converts the specified Rational to a UInt32.
| |
(Rational to Int16) |
Converts the specified Rational to a Int16.
| |
(Rational to UInt16) |
Converts the specified Rational to a UInt16.
| |
(Rational to Int64) |
Converts the specified Rational to a Int64.
| |
(Rational to UInt64) |
Converts the specified Rational to a UInt64.
| |
(Rational to SByte) |
Converts the specified Rational to a SByte.
| |
(Rational to Byte) |
Converts the specified Rational to a Byte.
| |
(Rational to Single) |
Converts the specified Rational to a Single.
| |
(Rational to Double) |
Converts the specified Rational to a Double.
| |
(Rational to Decimal) |
Converts the specified Rational to a Decimal.
|