float(number: Integer) : Float
Converts an integer-valued expression to a floating-point number.
Some examples, where x and y are assumed to be variables that have integers assigned to them:
float(x)
float((x + y) / 100.)
float(sum(fromTo(1,100)))
See also
Functions
Types