DecimalNumber interface

Describes an exact decimal value and provides decimal arithmetic support for Java platforms where java.math.BigDecimal is not available.

Syntax
public DecimalNumber
Members

All members of DecimalNumber, including all inherited members.


add method
divide method
getString method
isNull method
multiply method
set method
setNull method
subtract method