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(other: T): T

Multiplication of this number by element.

Return

the product.

Parameters

<receiver>

the multiplier.

other

the multiplicand.