UInt128 Methods |
The UInt128 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Compare |
Compares two unsigned 128-bit integers.
|
![]() | CompareTo |
Compares the current instance to another unsigned 128-bit integer.
|
![]() ![]() | DivRem(UInt128, UInt128, UInt128) |
Computes the quotient and remaineder of two unsigned 128-bit integers.
|
![]() ![]() | DivRem(UInt128, UInt32, UInt32) |
Divides a 128-bit unsigned integer by a 32-bit unsigned integer.
|
![]() | Equals(Object) |
Tests whether the current instance is equal to another object.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(UInt128) |
Tests whether the current instance is equal to another unsigned 128-bit integer.
|
![]() ![]() | Equals(UInt128, UInt128) |
Tests whether two unsigned 128-bit integers are equal.
|
![]() | GetHashCode |
Gets a hash code for the current instance.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Parse |
Creates an unsigned 128-bit integer from its string representation.
|
![]() | ToString |
Produces a string representation of the unsigned 128-bit integer.
(Overrides ValueTypeToString.) |
![]() ![]() | TryParse |
Attempts to parse the given string as an unsigned 128-bit integer.
|