See Also: BigDecimal Members
An immutable arbitrary-precision signed decimal.
A value is represented by an arbitrary-precision "unscaled value" and a signed 32-bit "scale", combined thus: unscaled * 10-scale. See BigDecimal.UnscaledValue and BigDecimal.Scale.
Most operations allow you to supply a Java.Math.MathContext to specify a desired rounding mode.