precision

val precision: Int

Returns the _precision of this BigDecimal. (The _precision is the number of digits in the unscaled value.)

The _precision of a zero value is 1.

Return

the _precision of this BigDecimal.

Since

1.5