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

Encode RawInt128 value provided to array of int values representing Decimal unscaled value bits.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static int[] EncodeDecimalBits(
	RawInt128 int128
)

Parameters

int128
Type: Tangosol.IO.Pof..::.RawInt128
RawInt128 value.

Return Value

Decimal unscaled value bits as array of int.

See Also