subtract

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

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

Return

The result of the subtraction

Parameters

other

The value to subtract from this number

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

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

Return

The result of the subtraction

Parameters

other

The value to subtract from this number