NumberUtilsEncodeDecimalBits Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
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