- n
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Returns a new BigDecimal instance where the decimal point has been moved n places to the right. If n then the decimal point is moved -n places to the left.
The result is obtained by changing its scale. If the scale of the result becomes negative, then its precision is increased such that the scale is zero.
Note, that movePointRight(0) returns a result which is mathematically equivalent, but which has scale >= 0.