multiply

actual open override fun multiply(other: KBigDecimal): KBigDecimal

Returns a KBigDecimal that is the product of this and the specified value.

Return

The result of the multiplication

Parameters

other

The value to multiply with this number

expect open override fun multiply(other: KBigDecimal): KBigDecimal

Returns a KBigDecimal that is the product of this and the specified value.

Return

The result of the multiplication

Parameters

other

The value to multiply with this number