divide
Returns a KBigDecimal that is the quotient of this divided by the specified value.
Return
The result of the division with the specified scale
Parameters
The divisor
The number of digits to the right of the decimal point in the result
Throws
if other is zero
Returns a KBigDecimal that is the quotient of this divided by the specified value.
Return
The result of the division with the specified scale and rounding mode
Parameters
The divisor
The number of digits to the right of the decimal point in the result
The rounding mode to apply (see RoundingMode constants)
Throws
if other is zero or if rounding is necessary but the rounding mode is UNNECESSARY
Returns a KBigDecimal that is the quotient of this divided by the specified value.
Return
The result of the division with the specified scale
Parameters
The divisor
The number of digits to the right of the decimal point in the result
Throws
if other is zero
Returns a KBigDecimal that is the quotient of this divided by the specified value.
Return
The result of the division with the specified scale and rounding mode
Parameters
The divisor
The number of digits to the right of the decimal point in the result
The rounding mode to apply (see RoundingMode constants)
Throws
if other is zero or if rounding is necessary but the rounding mode is UNNECESSARY