Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The RawInt128 type exposes the following members.

Constructors

  NameDescription
RawInt128Overloaded.

Methods

  NameDescription
Equals
Compare this object with another for equality.
(Overrides ValueType..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Obtain the hashcode for this object.
(Overrides ValueType..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToDecimalOverloaded.
ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Properties

  NameDescription
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.

See Also