add
open override fun add(left: StructureND<Double>, right: StructureND<Double>): DoubleBufferND
Content copied to clipboard
Addition of two elements.
Return
the sum.
Parameters
left
the augend.
right
the addend.
Addition of two elements.
the sum.
the augend.
the addend.