The Int128 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | High |
Gets the 64 most significant bits of the value.
|
![]() | IsEven |
Gets whether the value of this Int128 is an even number.
|
![]() | IsOne |
Gets whether the value of this Int128 is one.
|
![]() | IsPowerOfTwo |
Gets whether the value of this Int128 is a power of two.
|
![]() | IsZero |
Gets whether the value of this Int128 is zero.
|
![]() | Low |
Gets the 64 least significant bits of the value.
|
![]() | Sign |
Gets a number that indicates the sign (negative, positive, or zero) of the current Int128.
|