Click or drag to resize
BigRational Operators and Type Conversions

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

The BigRational type exposes the following members.

Operators
  Name Description
Public operator Static member Addition
Implements the operator +.
Public operator Static member Decrement
Implements the operator --.
Public operator Static member Division
Implements the operator /.
Public operator Static member Equality
Implements the operator ==.
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.
Public operator Static member GreaterThan
Implements the operator >.
Public operator Static member GreaterThanOrEqual
Implements the operator >=.
Public operator Static member (Byte to BigRational)
Performs an implicit conversion from Byte to BigRational.
Public operator Static member (Decimal to BigRational)
Performs an implicit conversion from Decimal to BigRational.
Public operator Static member (Double to BigRational)
Performs an implicit conversion from Double to BigRational.
Public operator Static member (Int16 to BigRational)
Performs an implicit conversion from Int16 to BigRational.
Public operator Static member (Int32 to BigRational)
Performs an implicit conversion from Int32 to BigRational.
Public operator Static member (Int64 to BigRational)
Performs an implicit conversion from Int64 to BigRational.
Public operator Static member (BigInteger to BigRational)
Performs an implicit conversion from BigInteger to BigRational.
Public operator Static member (SByte to BigRational)
Performs an implicit conversion from SByte to BigRational.
Public operator Static member (Single to BigRational)
Performs an implicit conversion from Single to BigRational.
Public operator Static member (UInt16 to BigRational)
Performs an implicit conversion from UInt16 to BigRational.
Public operator Static member (UInt32 to BigRational)
Performs an implicit conversion from UInt32 to BigRational.
Public operator Static member (UInt64 to BigRational)
Performs an implicit conversion from UInt64 to BigRational.
Public operator Static member Increment
Implements the operator ++.
Public operator Static member Inequality
Implements the operator !=.
Public operator Static member LessThan
Implements the operator <.
Public operator Static member LessThanOrEqual
Implements the operator <=.
Public operator Static member Modulus
Implements the operator %.
Public operator Static member Multiply
Implements the operator *.
Public operator Static member Subtraction
Implements the operator -.
Public operator Static member UnaryNegation
Implements the operator -.
Public operator Static member UnaryPlus
Implements the operator +.
Top
See Also