Click or drag to resize

AtalaInt128 Methods

The AtalaInt128 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleAdd
Performs an addition of two AtalaInt128 objects.
Public methodStatic memberBitwiseAnd
Performs a bitwise AND of two AtalaInt128 objects.
Public methodStatic memberBitwiseOr
Performs a bitwise OR on two AtalaInt128 objects.
Public methodStatic memberCompare
Compares two AtalaInt128 objects.
Public methodStatic memberDecrement
Reduces the value by 1.
Public methodStatic memberDivide
Performs a division on two AtalaInt128 objects.
Public methodEquals(Object)
Returns a value indicating whether another AtalaInt128 is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodStatic memberEquals(AtalaInt128, AtalaInt128)
Returns true if both AtalaInt128 objects are equal.
Public methodGetHashCode
Returns the hash code for this AtalaInt128.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIncrement
Increments the AtalaInt128.
Public methodIntValue
Returns the lowest 4 bytes of the AtalaInt128 as an Integer.
Public methodStatic memberLeftShift
Performs a left bit shift on an AtalaInt128.
Public methodLongValue
Returns the lowest 8 bytes of the AtalaInt128 as a Long.
Public methodStatic memberModulus
Performs a modulus calculation on two AtalaInt128 objects.
Public methodStatic memberMultiply
Performs a multiplication operation on two AtalaInt128 objects.
Public methodStatic memberNegate
Negates an AtalaInt128 object.
Public methodStatic memberOnesComplement
Performs a bitwise complement on an AtalaInt128.
Public methodStatic memberRightShift
Performs a right bit shift on an AtalaInt128.
Public methodStatic memberCode exampleSubtract
Performs a subtraction of two AtalaInt128 objects.
Public methodToHexString
Returns a hex string with the contents of the AtalaInt128.
Public methodToString
Returns a string representing the AtalaInt128 in base 10.
(Overrides ValueTypeToString.)
Public methodToString(Int32)
Returns a string representing the AtalaInt128 in sign-and-magnitude format in the specified radix.
Public methodStatic memberXor
Performs an XOR operation on two AtalaInt128 objects.
Top
See Also