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