plus

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

Addition of element and scalar.

Parameters

<receiver>

the augend.

b

the addend.

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

Addition of scalar and element.

Parameters

<receiver>

the augend.

b

the addend.