times

open operator fun T.times(k: Number): T

Multiplication of this element by a scalar.

Return

the product.

Parameters

<receiver>

the multiplier.

k

the multiplicand.

open operator fun Number.times(b: T): T

Multiplication of this number by element.

Return

the product.

Parameters

<receiver>

the multiplier.

b

the multiplicand.