AtalaInt128 Methods |
The AtalaInt128 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() ![]() | Add | Performs an addition of two AtalaInt128 objects. |
![]() ![]() | BitwiseAnd | Performs a bitwise AND of two AtalaInt128 objects. |
![]() ![]() | BitwiseOr | Performs a bitwise OR on two AtalaInt128 objects. |
![]() ![]() | Compare | Compares two AtalaInt128 objects. |
![]() ![]() | Decrement | Reduces the value by 1. |
![]() ![]() | Divide | Performs a division on two AtalaInt128 objects. |
![]() | Equals(Object) | Returns a value indicating whether another AtalaInt128 is equal to this instance. (Overrides ValueType.Equals(Object).) |
![]() ![]() | Equals(AtalaInt128, AtalaInt128) | Returns true if both AtalaInt128 objects are equal. |
![]() | GetHashCode | Returns the hash code for this AtalaInt128. (Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Increment | Increments the AtalaInt128. |
![]() | IntValue | Returns the lowest 4 bytes of the AtalaInt128 as an Integer. |
![]() ![]() | LeftShift | Performs a left bit shift on an AtalaInt128. |
![]() | LongValue | Returns the lowest 8 bytes of the AtalaInt128 as a Long. |
![]() ![]() | Modulus | Performs a modulus calculation on two AtalaInt128 objects. |
![]() ![]() | Multiply | Performs a multiplication operation on two AtalaInt128 objects. |
![]() ![]() | Negate | Negates an AtalaInt128 object. |
![]() ![]() | OnesComplement | Performs a bitwise complement on an AtalaInt128. |
![]() ![]() | RightShift | Performs a right bit shift on an AtalaInt128. |
![]() ![]() ![]() | Subtract | Performs a subtraction of two AtalaInt128 objects. |
![]() | ToHexString | Returns a hex string with the contents of the AtalaInt128. |
![]() | ToString() | Returns a string representing the AtalaInt128 in base 10. (Overrides ValueType.ToString().) |
![]() | ToString(Int32) | Returns a string representing the AtalaInt128 in sign-and-magnitude format in the
specified radix. |
![]() ![]() | Xor | Performs an XOR operation on two AtalaInt128 objects. |