Rational.GreaterThan Operator
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a value that indicates whether one value is greater than another.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GreaterThan(Double, Rational) | Returns a value that indicates whether a double is greater than a rational number. | |
GreaterThan(Int32, Rational) | Returns a value that indicates whether an integer is greater than a rational number. | |
GreaterThan(Int64, Rational) | Returns a value that indicates whether a long integer is greater than a rational number. | |
GreaterThan(UInt32, Rational) | Returns a value that indicates whether an unsigned integer is greater than rational number. | |
GreaterThan(UInt64, Rational) | Returns a value that indicates whether an unsigned long integer is greater than rational number. | |
GreaterThan(BigInteger, Rational) | Returns a value that indicates whether a big integer is greater than a rational number. | |
GreaterThan(Rational, BigInteger) | Returns a value that indicates whether a rational number is greater than a big integer. | |
GreaterThan(Rational, Rational) | Returns a value that indicates whether one rational number is greater than another rational number. | |
GreaterThan(Rational, Double) | Returns a value that indicates whether a rational number is greater than a double. | |
GreaterThan(Rational, Int32) | Returns a value that indicates whether a rational number is greater than an integer. | |
GreaterThan(Rational, Int64) | Returns a value that indicates whether a rational number is greater than a long integer. | |
GreaterThan(Rational, UInt32) | Returns a value that indicates whether a rational number is greater than an unsigned integer. | |
GreaterThan(Rational, UInt64) | Returns a value that indicates whether a rational number is greater than an unsigned long integer. |
Top