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