Click or drag to resize

NumberUtilsDecimalToRawInt128 Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Converts Decimal to unscaled RawInt128 representation - compatible with Java BigInteger type.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static RawInt128 DecimalToRawInt128(
	decimal value
)

Parameters

value
Type: SystemDecimal
Decimal value to convert.

Return Value

Type: RawInt128
Signed-byte array representing unscaled RawInt128 value.
See Also