AbstractDecimalAggregatorEnsureDecimal Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Ensure the specified object is a Decimal value or convert
it into a new Decimal object.
Namespace:
Tangosol.Util.Aggregator
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static decimal EnsureDecimal(
Object value
)
Parameters
- value
- Type: SystemObject
Object that should be ensured of Decimal.
Return Value
Type:
Decimal
Decimal value.
See Also