times

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

Multiplies this value by the other value.