BigDecimal
Class BigDecimal
- java.lang.Object
-
- java.lang.Number
-
- java.math.BigDecimal
- All Implemented Interfaces:
- Serializable, Comparable<BigDecimal>
public class BigDecimal extends Number implements Comparable<BigDecimal>
Immutable, arbitrary-precision signed decimal numbers. A BigDecimal
consists of an arbitrary precision integer unscaled value and a 32-bit integer scale. If zero or positive, the scale is the number of digits to the right of t