Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The RawInt128 type exposes the following members.

Constructors

  NameDescription
Public methodRawInt128(array<Byte>[]()[][])
Constructs an RawInt128 value.
Public methodRawInt128(array<SByte>[]()[][])
Constructs an RawInt128 value.
Public methodRawInt128(array<Byte>[]()[][], Boolean)
Constructs an RawInt128 value.
Public methodRawInt128(array<SByte>[]()[][], Boolean)
Constructs an RawInt128 value.

Methods

  NameDescription
Public methodEquals
Compare this object with another for equality.
(Overrides ValueType..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Obtain the hashcode for this object.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToDecimal()()()()
Returns Decimal value of this object.
Public methodToDecimal(Byte)
Returns Decimal value of this object with given scale.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Properties

  NameDescription
Public propertyIsNegative
Returns if this RawInt128 is a negative number.
Public propertyIsZero
Gets if this is a zero value.
Public propertyLength
Returns the size of RawInt128 value.
Public propertyValue
Gets the Int128 value as array of byte values.

See Also