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