Big Rational Methods
Methods
| Abs | Returns the absolute value of a rational number. |
| Add | Adds two rational numbers. |
| Ceiling | Rounds a rational number up to the nearest integer. |
| Compare | Compares this instance to a specified rational number and returns an indication of their relative values. |
| Compare | Compares this instance to a specified rational number and returns an indication of their relative values. |
| Compare | Compares this instance to a specified rational number and returns an indication of their relative values. |
| Deconstruct | Deconstructs a rational number into its numerator and denominator. |
| Divide | Divides a rational number by another and returns the result. |
| Equals( | Returns whether two rational numbers represent the same value. |
| Equals( |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueType.Equals(Object)) |
| Floor | Rounds a rational number down to the nearest integer. |
| Get |
Returns the hash code for this instance.
(Overrides ValueType.GetHashCode()) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Max | Returns the largest of two rational numbers. |
| Min | Returns the smallest of two rational numbers. |
| Multiply( | Multiplies a rational number by an arbitrary precision integer. |
| Multiply( | Multiplies a rational number by an arbitrary precision integer. |
| Multiply( | Multiplies two rational numbers. |
| Multiply( | Multiplies a rational number by an integer. |
| Multiply( | Multiplies a rational number by an integer. |
| Negate | Negates a rational number from another and returns the result. |
| Pow | Raises a BigRational to an integer power. |
| Round | Rounds a rational number to the specified number of decimal digits. |
| Subtract | Subtracts a rational number from another and returns the result. |
| ToString() |
Returns a string representation of the rational number.
(Overrides ValueType.ToString()) |
| ToString( | Returns a string representation of a rational number. |