Click or drag to resize

AtalaInt128 Operators and Type Conversions

The AtalaInt128 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
operator overloading +
Public operatorStatic memberBitwiseAnd
Calculates the bit-wise AND of the two values
Public operatorStatic memberBitwiseOr
Calculates the bit-wise OR of the two values
Public operatorStatic memberDecrement
Decrements the specified value.
Public operatorStatic memberDivision
Calculates the quotient of the two values
Public operatorStatic memberEquality
Calculates if the two values are equal.
Public operatorStatic memberExclusiveOr
Calculates the bit-wise XOR of the two values
Public operatorStatic memberGreaterThan
Calculates if the first value is greater than the other.
Public operatorStatic memberGreaterThanOrEqual
Calculates if the first value is greater than or equal to the other.
Public operatorStatic member(Int32 to AtalaInt128)
Overloading of the typecast operator
Public operatorStatic member(Int64 to AtalaInt128)
Overloading of the typecast operator
Public operatorStatic memberIncrement
increments the value
Public operatorStatic memberInequality
Calculates if the two values are not equal.
Public operatorStatic memberLeftShift
Calculates the left shift the values
Public operatorStatic memberLessThan
Calculates if the first value is less than the other.
Public operatorStatic memberLessThanOrEqual
Calculates if the first value is less than or equal to the other.
Public operatorStatic memberModulus
Calculates the remainder of the quotient of the two values
Public operatorStatic memberMultiply
Calculates the product between the two values
Public operatorStatic memberOnesComplement
Calculates the 1-s complement of the value
Public operatorStatic memberRightShift
Calculates the right shift the values
Public operatorStatic memberSubtraction
Calculates the difference between the two values
Public operatorStatic memberUnaryNegation
Calculates the 2-s compplement of the value
Top
See Also