The Int128 type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAbs
Gets the absolute value of an Int128.
Public methodStatic memberAdd
Adds two Int128 values and returns the result.
Public methodAlign
Aligns the value to the next specified boundary.
Public methodCompareTo(Object)
Compares the current instance with another object of the same type.
Public methodCompareTo(Int128)
Compares the current instance with another object of the same type.
Public methodStatic memberDivide
Divides one Int128 by another and returns the result.
Public methodStatic memberDivRem
Divides one Int128 value by another, using signed integer division, and returns the result and the remainder.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueType..::..Equals(Object).)
Public methodEquals(Int128)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetPadding
Calculates the padding required to align the value to the next specified boundary.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeCode
Returns the TypeCode for this instance.
Public methodStatic memberMax
Returns the larger of two Int128 values.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberMin
Returns the smaller of two Int128 values.
Public methodStatic memberMultiply
Returns the product of two Int128 values.
Public methodStatic memberNegate
Negates an Int128.
Public methodStatic memberRemainder
Performs integer division on two Int128 values and returns the remainder.
Public methodStatic memberSubtract
Subtracts one Int128 from another and returns the result.
Public methodToString()()()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Public methodToString(String, IFormatProvider)
Formats the value of the current instance using the specified format.
Public methodStatic memberUnsignedDivRem
Divides one Int128 value by another, using unsigned integer division, and returns the result and the remainder.

See Also