minus
open operator override fun StructureND<Double>.minus(other: StructureND<Double>): DoubleBufferND
Content copied to clipboard
Subtraction of two elements.
Return
the difference.
Parameters
<receiver>
the minuend.
other
the subtrahend.
open operator override fun StructureND<Double>.minus(arg: Double): StructureND<Double>
Content copied to clipboard
Subtracts an element from ND structure of it.
Return
the quotient.
Parameters
<receiver>
the dividend.
arg
the divisor.
open operator override fun Double.minus(arg: StructureND<Double>): StructureND<Double>
Content copied to clipboard
Subtracts an ND structure from an element of it.
Return
the quotient.
Parameters
<receiver>
the dividend.
arg
the divisor.