Oracle® Coherence .NET API Reference Release 3.6
E15727-01

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

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

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