times
open operator override fun StructureND<Double>.times(other: StructureND<Double>): DoubleBufferND
Content copied to clipboard
Multiplies this element by scalar.
Parameters
<receiver>
the multiplier.
other
the multiplicand.
open operator override fun StructureND<Double>.times(k: Number): DoubleBufferND
Content copied to clipboard
Multiplication of this element by a scalar.
Return
the product.
Parameters
<receiver>
the multiplier.
k
the multiplicand.
open operator override fun Number.times(other: StructureND<Double>): DoubleBufferND
Content copied to clipboard
Multiplication of this number by element.
Return
the product.
Parameters
<receiver>
the multiplier.
other
the multiplicand.