Startseite > lang > isfloat 
 en fr es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Zurück  Weiter  Bearbeiten  Umbenennen  Rückgängig  Suchen  Verwaltung  
Dokumentation  
Achtung! Diese Seite wurde noch nicht übersetzt.  Siehe englische Version 
IsFloat
Result = IsFloat ( Expression ) AS Boolean

Returns TRUE if the type of Expression is Float.

Beispiel

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

Siehe auch

Datatype Functions