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

Gets a scale of Decimal value.

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

Syntax

C#
public static int GetScale(
	decimal value
)

Parameters

value
Type: System..::.Decimal
The Decimal value to get scale from.

Return Value

Scale of a Decimal.

See Also