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