Int128 Methods

Methods

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(Int128) Tests whether the current instance equals another 128-bit integer.
Equals(Object) Tests whether the current instance equals another object.
(Overrides ValueTypeEquals(Object))
Equals(Int128, Int128) Tests the equality of two 128-bit integers.
GetHashCode Return a hash code for the 128-bit integer.
(Overrides ValueTypeGetHashCode)
GetTypeGets 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.

See Also