Table of Contents

Float (Function)

Format

float ( expression )

returns float_expression

Description

Convert expression to a floating point (decimal) number. Float will convert a string or an integer to a decimal value. If the expression can not be converted then a zero will be returned.

See Also

2016/01/01 22:42

History

0.9.4New To Version