Home > lang > isfloat 
 en fr de es it pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Voorgaande  Volgende  Bewerken  Hernoemen  Undo  Search  Administratie  
Handleiding  
Waarschuwing Deze pagina is niet vertaald.  Zie Engelse versie 
IsFloat
Result = IsFloat ( Expression ) AS Boolean

Returns TRUE if the type of Expression is Float.

Voorbeeld

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

Zie ook

Datatype Functions