Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BigInteger::GreaterThanOrEqual Operator

 

Returns a value that indicates whether a specified value is greater than or equal to another specified value.

Namespace:   System.Numerics
Assembly:  System.Numerics (in System.Numerics.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticGreaterThanOrEqual(BigInteger, BigInteger)

Returns a value that indicates whether a BigInteger value is greater than or equal to another BigInteger value.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThanOrEqual(BigInteger, Int64)

Returns a value that indicates whether a BigInteger value is greater than or equal to a 64-bit signed integer value.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThanOrEqual(BigInteger, UInt64)

Returns a value that indicates whether a BigInteger value is greater than or equal to a 64-bit unsigned integer value.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThanOrEqual(Int64, BigInteger)

Returns a value that indicates whether a 64-bit signed integer is greater than or equal to a BigInteger value.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThanOrEqual(UInt64, BigInteger)

Returns a value that indicates whether a 64-bit unsigned integer is greater than or equal to a BigInteger value.

Return to top
Show:
© 2017 Microsoft