The Int128 type exposes the following members.

Properties

  NameDescription
Public propertyHigh
Gets the 64 most significant bits of the value.
Public propertyIsEven
Gets whether the value of this Int128 is an even number.
Public propertyIsOne
Gets whether the value of this Int128 is one.
Public propertyIsPowerOfTwo
Gets whether the value of this Int128 is a power of two.
Public propertyIsZero
Gets whether the value of this Int128 is zero.
Public propertyLow
Gets the 64 least significant bits of the value.
Public propertySign
Gets a number that indicates the sign (negative, positive, or zero) of the current Int128.

See Also