multiply

open override fun multiply(other: BigDecimal): BigDecimal

Multiply two BigDecimal and return result in a new instance of BigDecimal Default decimal mode will be used

Return

BigDecimal containing result of the operation

Parameters

other

BigDecimal (multiplicand)


fun multiply(other: BigDecimal, decimalMode: DecimalMode? = null): BigDecimal

Multiply two BigDecimal and return result in a new instance of BigDecimal

Return

BigDecimal containing result of the operation

Parameters

other

BigDecimal (multiplicand)