Click or drag to resize
Accord.NET (logo)

Rational  Conversion Operators

Overload List
  NameDescription
Public operatorStatic member(Decimal to Rational)
Converts the specified Decimal to a Rational.
Public operatorStatic member(Double to Rational)
Converts the specified Double to a Rational.
Public operatorStatic member(Single to Rational)
Converts the specified Single to a Rational.
Public operatorStatic member(Rational to Int32)
Converts the specified Rational to a Int32.
Public operatorStatic member(Rational to UInt32)
Converts the specified Rational to a UInt32.
Public operatorStatic member(Rational to Int16)
Converts the specified Rational to a Int16.
Public operatorStatic member(Rational to UInt16)
Converts the specified Rational to a UInt16.
Public operatorStatic member(Rational to Int64)
Converts the specified Rational to a Int64.
Public operatorStatic member(Rational to UInt64)
Converts the specified Rational to a UInt64.
Public operatorStatic member(Rational to SByte)
Converts the specified Rational to a SByte.
Public operatorStatic member(Rational to Byte)
Converts the specified Rational to a Byte.
Public operatorStatic member(Rational to Single)
Converts the specified Rational to a Single.
Public operatorStatic member(Rational to Double)
Converts the specified Rational to a Double.
Public operatorStatic member(Rational to Decimal)
Converts the specified Rational to a Decimal.
Top
See Also