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