plus

open operator fun T.plus(other: Number): T

Addition of element and scalar.

Parameters

<receiver>

the augend.

other

the addend.

open operator fun Number.plus(other: T): T

Addition of scalar and element.

Parameters

<receiver>

the augend.

other

the addend.