kotlin-stdlib / kotlin / Double / times times Common JVM JS Native 1.0 operator fun times(other: Byte): Double(Common source) (JS source) (Native source) operator fun times(other: Short): Double(Common source) (JS source) (Native source) operator fun times(other: Int): Double(Common source) (JS source) (Native source) operator fun times(other: Long): Double(Common source) (JS source) (Native source) operator fun times(other: Float): Double(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.