add

actual open override fun add(other: KBigDecimal): KBigDecimal

Returns a KBigDecimal that is the sum of this and the specified value.

Return

The result of the addition

Parameters

other

The value to add to this number

expect open override fun add(other: KBigDecimal): KBigDecimal

Returns a KBigDecimal that is the sum of this and the specified value.

Return

The result of the addition

Parameters

other

The value to add to this number