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