minus
open operator override fun StructureND<Double>.minus(arg: StructureND<Double>): DoubleBufferND
Content copied to clipboard
Subtraction of two elements.
Receiver
the minuend.
Return
the difference.
Parameters
arg
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.
Receiver
the dividend.
Return
the quotient.
Parameters
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.
Receiver
the dividend.
Return
the quotient.
Parameters
arg
the divisor.