kotlin-stdlib / kotlin / Int / times times Common JVM JS Native 1.0 operator fun times(other: Byte): Int(Common source) (JS source) (Native source) operator fun times(other: Short): Int(Common source) (JS source) (Native source) operator fun times(other: Int): Int(Common source) (JS source) (Native source) operator fun times(other: Long): Long(Common source) (JS source) (Native source) operator fun times(other: Float): Float(Common source) (JS source) (Native source) operator fun times(other: Double): Double(Common source) (JS source) (Native source) Multiplies this value by the other value.