NumberUtilsEncodeDecimalBits Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Encode RawInt128 value provided to array of int values
representing Decimal unscaled value bits.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static int[] EncodeDecimalBits(
RawInt128 int128
)
Parameters
- int128
- Type: Tangosol.IO.PofRawInt128
RawInt128 value.
Return Value
Type:
Int32
Decimal unscaled value bits as array of int.
See Also