int IsNotANumber (double number);
Checks if the input is not a number (NaN).
Input | ||
Name | Type | Description |
number | double | Input the double precision quantity to be checked. |
Name | Type | Description |
Result | integer | Result is non-zero if the input is not a number (NaN). |