times
open operator override fun StructureND<Double>.times(arg: StructureND<Double>): DoubleBufferND(source)
Multiplies this element by scalar.
Receiver
the multiplier.
Parameters
arg
the multiplicand.
Multiplication of this element by a scalar.
Receiver
the multiplier.
Return
the product.
Parameters
k
the multiplicand.
Multiplication of this number by element.
Receiver
the multiplier.
Return
the product.
Parameters
arg
the multiplicand.