AtalaInt128 Operators and Type Conversions |
The AtalaInt128 type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition |
operator overloading +
| |
| BitwiseAnd |
Calculates the bit-wise AND of the two values
| |
| BitwiseOr |
Calculates the bit-wise OR of the two values
| |
| Decrement |
Decrements the specified value.
| |
| Division |
Calculates the quotient of the two values
| |
| Equality |
Calculates if the two values are equal.
| |
| ExclusiveOr |
Calculates the bit-wise XOR of the two values
| |
| GreaterThan |
Calculates if the first value is greater than the other.
| |
| GreaterThanOrEqual |
Calculates if the first value is greater than or equal to the other.
| |
| (Int32 to AtalaInt128) |
Overloading of the typecast operator
| |
| (Int64 to AtalaInt128) |
Overloading of the typecast operator
| |
| Increment |
increments the value
| |
| Inequality |
Calculates if the two values are not equal.
| |
| LeftShift |
Calculates the left shift the values
| |
| LessThan |
Calculates if the first value is less than the other.
| |
| LessThanOrEqual |
Calculates if the first value is less than or equal to the other.
| |
| Modulus |
Calculates the remainder of the quotient of the two values
| |
| Multiply |
Calculates the product between the two values
| |
| OnesComplement |
Calculates the 1-s complement of the value
| |
| RightShift |
Calculates the right shift the values
| |
| Subtraction |
Calculates the difference between the two values
| |
| UnaryNegation |
Calculates the 2-s compplement of the value
|