minus

expect operator fun minus(other: BigDecimal): BigDecimal

Returns the difference of this value and the given value

Parameters

other

The value to subtract (i.e., the subtrahend)

actual operator fun minus(other: BigDecimal): BigDecimal
actual operator fun minus(other: BigDecimal): BigDecimal