BigInteger.GreaterThanOrEqual 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 or equal to the other.

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

Top

See Also

Reference

BigInteger Structure

Microsoft.SolverFoundation.Common Namespace