Click or drag to resize

PofHelperCheckDecimalRange Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Verify that the specified Decimal value will fit in the specified number of bytes.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static void CheckDecimalRange(
	decimal dec,
	int cBytes
)

Parameters

dec
Type: SystemDecimal
The Decimal value.
cBytes
Type: SystemInt32
The number of bytes (4, 8 or 16).
See Also