Int128 Methods |
The Int128 type exposes the following members.
Name | Description | |
---|---|---|
Abs |
Gets the absolute value of a 128 bit integer.
| |
Compare |
Compares two 128-bit integers.
| |
CompareTo |
Compares the current instance to another 128-bit integer.
| |
DivRem |
Computer the quotient and remainder of two 128-bit integers.
| |
Equals(Object) |
Tests whether the current instance equals another object.
(Overrides ValueTypeEquals(Object).) | |
Equals(Int128) |
Tests whether the current instance equals another 128-bit integer.
| |
Equals(Int128, Int128) |
Tests the equality of two 128-bit integers.
| |
GetHashCode |
Return a hash code for the 128-bit integer.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Parse |
Produces a 128-bit integer from its string representation.
| |
ToString |
Produces a string representation of the 128-bit integer.
(Overrides ValueTypeToString.) | |
TryParse |
Attempts to produce a 128-bit integer from a string representation.
|