- divisor
- value by which this is divided.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if divisor == null. Java.Lang.ArithmeticException if divisor == 0.
Returns a new BigDecimal whose value is this % divisor.
The remainder is defined as this - this.divideToIntegralValue(divisor) * divisor.