times

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

Multiplies this value by the other value.