- n
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Returns a new BigDecimal whose value is this * 10n. The scale of the result is this.scale() - n. The precision of the result is the precision of this.
This method has the same effect as BigDecimal.MovePointRight(int), except that the precision is not changed.