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::GreaterThan Operator

 

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

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(BigInteger, BigInteger)

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

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(BigInteger, Int64)

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

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(BigInteger, UInt64)

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

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(Int64, BigInteger)

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

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(UInt64, BigInteger)

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

Return to top
Show:
© 2017 Microsoft