Rational.LessThan 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 less than another value.

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

Top

See Also

Reference

Rational Structure

Microsoft.SolverFoundation.Common Namespace