Click or drag to resize

UInt128 Methods

The UInt128 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCompare
Compares two unsigned 128-bit integers.
Public methodCompareTo
Compares the current instance to another unsigned 128-bit integer.
Public methodStatic memberDivRem(UInt128, UInt128, UInt128)
Computes the quotient and remaineder of two unsigned 128-bit integers.
Public methodStatic memberDivRem(UInt128, UInt32, UInt32)
Divides a 128-bit unsigned integer by a 32-bit unsigned integer.
Public methodEquals(Object)
Tests whether the current instance is equal to another object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(UInt128)
Tests whether the current instance is equal to another unsigned 128-bit integer.
Public methodStatic memberEquals(UInt128, UInt128)
Tests whether two unsigned 128-bit integers are equal.
Public methodGetHashCode
Gets a hash code for the current instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberParse
Creates an unsigned 128-bit integer from its string representation.
Public methodToString
Produces a string representation of the unsigned 128-bit integer.
(Overrides ValueTypeToString.)
Public methodStatic memberTryParse
Attempts to parse the given string as an unsigned 128-bit integer.
Top
See Also