The Int128 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Abs |
Gets the absolute value of an Int128.
|
![]() ![]() | Add |
Adds two Int128 values and returns the result.
|
![]() | Align |
Aligns the value to the next specified boundary.
|
![]() | CompareTo(Object) |
Compares the current instance with another object of the same type.
|
![]() | CompareTo(Int128) |
Compares the current instance with another object of the same type.
|
![]() ![]() | Divide |
Divides one Int128 by another and returns the result.
|
![]() ![]() | DivRem |
Divides one Int128 value by another, using signed integer division, and returns the result
and the remainder.
|
![]() | Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueType..::..Equals(Object).) |
![]() | Equals(Int128) |
Indicates whether the current object is equal to another object of the same type.
|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Returns the hash code for this instance.
(Overrides ValueType..::..GetHashCode()()()().) |
![]() | GetPadding |
Calculates the padding required to align the value to the next specified boundary.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetTypeCode |
Returns the TypeCode for this instance.
|
![]() ![]() | Max |
Returns the larger of two Int128 values.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Min |
Returns the smaller of two Int128 values.
|
![]() ![]() | Multiply |
Returns the product of two Int128 values.
|
![]() ![]() | Negate |
Negates an Int128.
|
![]() ![]() | Remainder |
Performs integer division on two Int128 values and returns the remainder.
|
![]() ![]() | Subtract |
Subtracts one Int128 from another and returns the result.
|
![]() | ToString()()()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
![]() | ToString(String, IFormatProvider) |
Formats the value of the current instance using the specified format.
|
![]() ![]() | UnsignedDivRem |
Divides one Int128 value by another, using unsigned integer division, and returns the result
and the remainder.
|