خانه > lang > isnan 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar id vi ko ja ru zh zh_TW eo
قبلی  بعدی  ویرایش  تغییر نام  واگرد  Search  سرپرستی  
مستندات  
اخطار! این صفحه ترجمه نشده است.  مشاهده نسخه انگلیسی 
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.

گامباس 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.