Addition(Int128, Int128) | Computes the sum of two 128-bit integers. |
Decrement(Int128) | Decrements a 128-bit unsigned integer. |
Division(Int128, Int128) | Computes the quotient of two 128 bit integers. |
Equality(Int128, Int128) | Tests the equality of two 128-bit integers. |
(BigInteger to Int128) | Converts an arbitrary-size big integer into a 128-bit integer. |
(Double to Int128) | Converts a floating-point value into a 128-bit integer. |
(Int128 to Int64) | Converts a 128-bit integer into a 64-bit integer. |
GreaterThan(Int128, Int128) | Indicates whether the first value is greater than the second value. |
GreaterThanOrEqual(Int128, Int128) | Indicates whether the first value is greater than or equal to the second value. |
(Int128 to Double) | Converts a 128-bit integer into a floating point value. |
(Int128 to BigInteger) | Converts a 128-bit integer into an arbitrary-size big integer. |
(Int64 to Int128) | Converts a 64-bit integer into a 128-bit integer. |
Increment(Int128) | Increments a 128-bit integer. |
Inequality(Int128, Int128) | Tests the inequality of two 128-bit integers. |
LessThan(Int128, Int128) | Indicates whether the first value is less than the second value. |
LessThanOrEqual(Int128, Int128) | Indicates whether the first value is less than or equal to the second value. |
Modulus(Int128, Int128) | Computes the remainder of two 128 bit integers. |
Multiply(Int128, Int128) | Computes the product of two 128-bit integers. |
Subtraction(Int128, Int128) | Computes the difference of two 128-bit integers. |
UnaryNegation(Int128) | Negates a 128 bit integer. |