UInt128 Operators and Type Conversions |
The UInt128 type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Adds two 128-bit unsigned integers.
| |
BitwiseAnd |
Computes the bitwise AND of two arguments.
| |
BitwiseOr |
Computes the bitwise OR of two arguments.
| |
Decrement |
Decrements a 128-bit unsigned integer.
| |
Division |
Divides one 128-bit unsigned integer by another.
| |
Equality |
Tests whether two unsigned 128-bit integers are equal.
| |
ExclusiveOr |
Computes the bitwise XOR of two arguments.
| |
(Double to UInt128) |
Converts a floating-point value into an unsigned 128-bit integer.
| |
(BigInteger to UInt128) |
Converts an arbitrary-size big integer into an unsigned 128-bit integer.
| |
(UInt128 to UInt64) |
Converts an unsigned 128-bit integer into an unsigned 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.
| |
(UInt64 to UInt128) |
Converts an unsigned 64-bit integer to an unsigned 128-bit integer.
| |
(UInt128 to BigInteger) |
Converts an unsigned 128-bit integer into an arbitrary-size big integer.
| |
(UInt128 to Double) |
Converts an unsigned 128-bit integer into a floating point value.
| |
Increment |
Increments a 128-bit unsigned integer.
| |
Inequality |
Tests whether two unsigned 128-bit integers are unequal.
| |
LeftShift |
Returns the unsigned 128-bit binary integer obtained
by shifting all bits left by the given number of places.
| |
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 when one 128-bit unsigned integer is divided by another.
| |
Multiply |
Multiplies two 128-bit unsigned integers.
| |
OnesComplement |
Computes the bitwise negation of the argument.
| |
RightShift |
Returns the unsigned 128-bit binary integer obtained
by shifting all bits right by the given number of places.
| |
Subtraction |
Subtracts one 128 bit unsigned integer from another.
|