RawInt128 Properties |
The RawInt128 type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsNegative |
Returns if this RawInt128 is a negative number.
|
![]() | IsZero |
Gets if this is a zero value.
|
![]() | Length |
Returns the size of RawInt128 value.
|
![]() | Value |
Gets the Int128 value as array of byte values.
|