add

open override fun add(left: Buffer<Double>, right: Buffer<Double>): DoubleBuffer(source)

Addition of two elements.

Return

the sum.

Parameters

left

the augend.

right

the addend.