plus
open operator override fun StructureND<Double>.plus(other: StructureND<Double>): DoubleBufferND
Content copied to clipboard
Addition of two elements.
Return
the sum.
Parameters
<receiver>
the augend.
other
the addend.
open operator override fun StructureND<Double>.plus(arg: Double): DoubleBufferND
Content copied to clipboard
Adds an ND structure to an element of it.
Return
the sum.
Parameters
<receiver>
the augend.
arg
the addend.
open operator override fun Double.plus(arg: StructureND<Double>): StructureND<Double>
Content copied to clipboard
Adds an element to ND structure of it.
Return
the sum.
Parameters
<receiver>
the augend.
arg
the addend.