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
Public operatorStatic member GreaterThan(Double, Rational) Returns a value that indicates whether a double is greater than a rational number.
Public operatorStatic member GreaterThan(Int32, Rational) Returns a value that indicates whether an integer is greater than a rational number.
Public operatorStatic member GreaterThan(Int64, Rational) Returns a value that indicates whether a long integer is greater than a rational number.
Public operatorStatic member GreaterThan(UInt32, Rational) Returns a value that indicates whether an unsigned integer is greater than rational number.
Public operatorStatic member GreaterThan(UInt64, Rational) Returns a value that indicates whether an unsigned long integer is greater than rational number.
Public operatorStatic member GreaterThan(BigInteger, Rational) Returns a value that indicates whether a big integer is greater than a rational number.
Public operatorStatic member GreaterThan(Rational, BigInteger) Returns a value that indicates whether a rational number is greater than a big integer.
Public operatorStatic member GreaterThan(Rational, Rational) Returns a value that indicates whether one rational number is greater than another rational number.
Public operatorStatic member GreaterThan(Rational, Double) Returns a value that indicates whether a rational number is greater than a double.
Public operatorStatic member GreaterThan(Rational, Int32) Returns a value that indicates whether a rational number is greater than an integer.
Public operatorStatic member GreaterThan(Rational, Int64) Returns a value that indicates whether a rational number is greater than a long integer.
Public operatorStatic member GreaterThan(Rational, UInt32) Returns a value that indicates whether a rational number is greater than an unsigned integer.
Public operatorStatic member GreaterThan(Rational, UInt64) Returns a value that indicates whether a rational number is greater than an unsigned long integer.

Top

See Also

Reference

Rational Structure

Microsoft.SolverFoundation.Common Namespace