Click or drag to resize

Int128 Methods

The Int128 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAbs
Gets the absolute value of a 128 bit integer.
Public methodStatic memberCompare
Compares two 128-bit integers.
Public methodCompareTo
Compares the current instance to another 128-bit integer.
Public methodStatic memberDivRem
Computer the quotient and remainder of two 128-bit integers.
Public methodEquals(Object)
Tests whether the current instance equals another object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Int128)
Tests whether the current instance equals another 128-bit integer.
Public methodStatic memberEquals(Int128, Int128)
Tests the equality of two 128-bit integers.
Public methodGetHashCode
Return a hash code for the 128-bit integer.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberParse
Produces a 128-bit integer from its string representation.
Public methodToString
Produces a string representation of the 128-bit integer.
(Overrides ValueTypeToString.)
Public methodStatic memberTryParse
Attempts to produce a 128-bit integer from a string representation.
Top
See Also