Home > lang > isnan 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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.