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.


open operator override fun StructureND<Double>.times(k: Number): DoubleBufferND(source)

Multiplication of this element by a scalar.

Receiver

the multiplier.

Return

the product.

Parameters

k

the multiplicand.


open operator override fun Number.times(arg: StructureND<Double>): DoubleBufferND(source)

Multiplication of this number by element.

Receiver

the multiplier.

Return

the product.

Parameters

arg

the multiplicand.