Float.+
+that
Group: Operators
Aliases: add
, plus
Documentation
Adds a float and an arbitrary number.
Addition in Enso will undergo automatic conversions such that you need not convert between Integer and Float manually.
Arguments
that
: The number to add to this.
Examples
Adding 10.1 and 15.
10.1 + 15