plus

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

Addition of element and scalar.

Receiver

the augend.

Parameters

other

the addend.


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

Addition of scalar and element.

Receiver

the augend.

Parameters

other

the addend.