plus

operator fun KBigDecimal.plus(other: KBigDecimal): KBigDecimal

Addition operator for KBigDecimal.

Receiver

The first operand

Return

The sum of this and other

Parameters

other

The second operand to add


operator fun KBigInteger.plus(other: KBigInteger): KBigInteger

Addition operator for KBigInteger.

Receiver

The first operand

Return

The sum of this and other

Parameters

other

The second operand to add