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

Top

See Also

Reference

BigInteger Structure

Microsoft.SolverFoundation.Common Namespace