Click or drag to resize

RawInt128 Structure

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
An immutable POF RawInt128 value.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public struct RawInt128

The RawInt128 type exposes the following members.

Constructors
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.
Top
Methods
  NameDescription
Public methodEquals
Compare this object with another for equality.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Obtain the hashcode for this object.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(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.)
Top
See Also