plus

open inline operator override fun Double.plus(arg: Double): Double(source)

Addition of two elements.

Receiver

the augend.

Return

the sum.

Parameters

arg

the addend.