Documentation for this section has not yet been entered.
Returns the scale of this BigDecimal. The scale is the number of digits behind the decimal point. The value of this BigDecimal is the unsignedValue * 10-scale. If the scale is negative, then this BigDecimal represents a big integer.