times

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

Multiplication of this element by a scalar.

Receiver

the multiplier.

Return

the product.

Parameters

k

the multiplicand.


open operator fun Number.times(arg: T): T(source)

Multiplication of this number by element.

Receiver

the multiplier.

Return

the product.

Parameters

arg

the multiplicand.