RawInt128 Structure |
Namespace: Tangosol.IO.Pof
public struct RawInt128
The RawInt128 type exposes the following members.
Name | Description | |
---|---|---|
![]() | RawInt128(Byte) |
Constructs an RawInt128 value.
|
![]() | RawInt128(SByte) |
Constructs an RawInt128 value.
|
![]() | RawInt128(Byte, Boolean) |
Constructs an RawInt128 value.
|
![]() | RawInt128(SByte, Boolean) |
Constructs an RawInt128 value.
|
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.
|
Name | Description | |
---|---|---|
![]() | Equals |
Compare this object with another for equality.
(Overrides ValueTypeEquals(Object).) |
![]() | GetHashCode |
Obtain the hashcode for this object.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToDecimal |
Returns Decimal value of this object.
|
![]() | ToDecimal(Byte) |
Returns Decimal value of this object with given scale.
|
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |