times

open operator override fun StructureND<Double>.times(other: StructureND<Double>): DoubleBufferND

Multiplies this element by scalar.

Parameters

<receiver>

the multiplier.

other

the multiplicand.

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

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

Multiplication of this number by element.

Return

the product.

Parameters

<receiver>

the multiplier.

other

the multiplicand.