minus
open operator override fun BigDecimal.minus(other: BigDecimal): BigDecimal
Content copied to clipboard
Subtraction of two elements.
Return
the difference.
Parameters
<receiver>
the minuend.
other
the subtrahend.
Sources
jvm source
Link copied to clipboard