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

Top

See Also

Reference

BigInteger Structure

Microsoft.SolverFoundation.Common Namespace