add

open inline override fun add(left: Double, right: Double): Double(source)

Addition of two elements.

Return

the sum.

Parameters

left

the augend.

right

the addend.