plus

open operator override fun Buffer<Double>.plus(other: Buffer<Double>): DoubleBuffer

Addition of two elements.

Return

the sum.

Parameters

<receiver>

the augend.

other

the addend.

Sources

common source
Link copied to clipboard