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