times

open inline operator override fun Long.times(arg: Long): Long

Multiplies this element by scalar.

Receiver

the multiplier.

Parameters

arg

the multiplicand.