Click or drag to resize

NumberUtilsDecimalToRawInt128 Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Converts Decimal to unscaled RawInt128 representation - compatible with Java BigInteger type.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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