unscaled Value
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
Returns a BigInteger whose value is the unscaled value of this BigDecimal. (Computes (this * 10<sup>this._scale()</sup>).)
the unscaled value of this BigDecimal.
1.2