UInt128 Structure |
Namespace: Ookii.Jumbo.Jet.Samples.IO
The UInt128 type exposes the following members.
Name | Description | |
---|---|---|
UInt128 |
Initializes a new instance of the UInt128 struct with the specified high and low bits.
|
Name | Description | |
---|---|---|
High64 |
Gets the high 64 bits of the value.
| |
Low64 |
Gets the low 64 bits of the value.
|
Name | Description | |
---|---|---|
Equals |
Tests this instance for equality with the specified object.
(Overrides ValueTypeEquals(Object).) | |
GetHashCode |
Returns a 32 bit hash code for this UInt128.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToHexString |
Returns a hexadecimal string representation of the UInt128.
| |
ToString |
Returns a decimal string representation of the UInt128.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
Addition |
Adds two UInt128 values.
| |
Equality |
Tests two instances of UInt128 for equality
| |
Increment |
Increments the value of the specified instance by one.
| |
Inequality |
Tests two instances of UInt128 for inequality
| |
Multiply |
Multiplies two UInt128 values.
|