Int128 Operators and Type Conversions |
The Int128 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Computes the sum of two 128-bit integers.
|
![]() ![]() | Decrement |
Decrements a 128-bit unsigned integer.
|
![]() ![]() | Division |
Computes the quotient of two 128 bit integers.
|
![]() ![]() | Equality |
Tests the equality of two 128-bit integers.
|
![]() ![]() | (Double to Int128) |
Converts a floating-point value into a 128-bit integer.
|
![]() ![]() | (BigInteger to Int128) |
Converts an arbitrary-size big integer into a 128-bit integer.
|
![]() ![]() | (Int128 to Int64) |
Converts a 128-bit integer into a 64-bit integer.
|
![]() ![]() | GreaterThan |
Indicates whether the first value is greater than the second value.
|
![]() ![]() | GreaterThanOrEqual |
Indicates whether the first value is greater than or equal to the second value.
|
![]() ![]() | (Int64 to Int128) |
Converts a 64-bit integer into a 128-bit integer.
|
![]() ![]() | (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.
|
![]() ![]() | Increment |
Increments a 128-bit integer.
|
![]() ![]() | Inequality |
Tests the inequality of two 128-bit integers.
|
![]() ![]() | LessThan |
Indicates whether the first value is less than the second value.
|
![]() ![]() | LessThanOrEqual |
Indicates whether the first value is less than or equal to the second value.
|
![]() ![]() | Modulus |
Computes the remainder of two 128 bit integers.
|
![]() ![]() | Multiply |
Computes the product of two 128-bit integers.
|
![]() ![]() | Subtraction |
Computes the difference of two 128-bit integers.
|
![]() ![]() | UnaryNegation |
Negates a 128 bit integer.
|