BigInteger::GreaterThan Operator
Returns a value that indicates whether a specified value is greater than another specified value.
Assembly: System.Numerics (in System.Numerics.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GreaterThan(BigInteger, BigInteger) | Returns a value that indicates whether a BigInteger value is greater than another BigInteger value. |
![]() ![]() | GreaterThan(BigInteger, Int64) | Returns a value that indicates whether a BigInteger is greater than a 64-bit signed integer value. |
![]() ![]() | GreaterThan(BigInteger, UInt64) | Returns a value that indicates whether a BigInteger value is greater than a 64-bit unsigned integer. |
![]() ![]() | GreaterThan(Int64, BigInteger) | Returns a value that indicates whether a 64-bit signed integer is greater than a BigInteger value. |
![]() ![]() | GreaterThan(UInt64, BigInteger) | Returns a value that indicates whether a BigInteger value is greater than a 64-bit unsigned integer. |

