times

inline operator fun times(other: UByte): ULong(source)
inline operator fun times(other: UShort): ULong(source)
inline operator fun times(other: UInt): ULong(source)
inline operator fun times(other: ULong): ULong(source)

Multiplies this value by the other value.

Since Kotlin

1.5