minus

open operator override fun BigDecimal.minus(other: BigDecimal): BigDecimal

Subtraction of two elements.

Return

the difference.

Parameters

<receiver>

the minuend.

other

the subtrahend.

Sources

jvm source
Link copied to clipboard