2.0
3.0
>
lang
>
isfloat
Previous
Next
Edit
Rename
Undo
Refresh
Search
Administration
Documentation
History
IsFloat
Result
= IsFloat (
Expression
)
AS Boolean
Returns
TRUE
if the type of
Expression
is
Float
.
Example
PRINT IsFloat(Int(2e60)), IsFloat(Int(1E3)), IsFloat(1.2), IsFloat(Pi), IsFloat(Now + 1)
True True True True True
PRINT IsFloat("Pi"), IsFloat(Int(1000)), IsFloat("3.36"), IsFloat(Now)
False False False False
See also
Datatype Functions