Overload List
| Name | Description | |
|---|---|---|
| LessThan(Int64, BigInteger) |
Returns a value that indicates whether a 64-bit signed integer is less than a BigInteger value.
| |
| LessThan(UInt64, BigInteger) |
Returns a value that indicates whether a 64-bit unsigned integer is less than a BigInteger value.
| |
| LessThan(BigInteger, BigInteger) |
Returns a value that indicates whether a BigInteger value is less than another BigInteger value.
| |
| LessThan(BigInteger, Int64) |
Returns a value that indicates whether a BigInteger value is less than a 64-bit signed integer.
| |
| LessThan(BigInteger, UInt64) |
Returns a value that indicates whether a BigInteger value is less than a 64-bit unsigned integer.
|
See Also