times

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

Multiplies this element by scalar.

Receiver

the multiplier.

Parameters

arg

the multiplicand.