unscaledValue

val unscaledValue: BigInteger

Returns a BigInteger whose value is the unscaled value of this BigDecimal. (Computes (this * 10<sup>this._scale()</sup>).)

Return

the unscaled value of this BigDecimal.

Since

1.2