kotlin-stdlib / kotlin / UInt / times times Common JVM JS Native 1.0 operator fun times(other: UByte): UInt operator fun times(other: UShort): UInt operator fun times(other: UInt): UInt operator fun times(other: ULong): ULong Multiplies this value by the other value.