scale

val scale: Int

Returns the _scale of this BigDecimal. If zero or positive, the _scale is the number of digits to the right of the decimal point. If negative, the unscaled value of the number is multiplied by ten to the power of the negation of the _scale. For example, a _scale of -3 means the unscaled value is multiplied by 1000.

Return

the _scale of this BigDecimal.