is_float
Finds whether the type of a variable is float
&reftitle.description;
boolis_float
mixedvar
Finds whether the type of the given variable is float.
To test if a variable is a number or a numeric string (such as form
input, which is always a string), you must use
is_numeric.
&reftitle.parameters;
var
The variable being evaluated.
&reftitle.returnvalues;
Returns &true; if var is a float,
&false; otherwise.
&reftitle.examples;
is_float example
]]>
&example.outputs;
&reftitle.seealso;
is_bool
is_int
is_numeric
is_string
is_array
is_object