plus

expect operator fun plus(other: BigDecimal): BigDecimal

Returns the sum of this value and the given value

Parameters

other

The other value to add (i.e., the addend)

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