Home > lang > isnan 
 en fr de es nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Precedente  Successivo  Modifica  Rinomina  Undo  Search  Amministrazione  
Documentazione  
Attenzione! Questa pagina non รจ tradotta.  Vedi versione in inglese 
IsNaN
Since 3.1 version

Boolean = IsNaN ( Number )

Return if a floating pointer is not a real number.

"Not a Number" are special floating-point values used for representing invalid results.

Gambas usually intercept them and raise an error instead. But some functions implemented in components may return such values, and so you can use this function to test that.