minus

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

Subtraction of two elements.

Return

the difference.

Parameters

<receiver>

the minuend.

b

the subtrahend.

Sources

jvm source
Link copied to clipboard