Adaptive Framework 0.9.0

is_NaN

The following is a list of properties for the function is_NaN:

PropertyValue
briefIs not a number(NaN)
categorydouble
descriptionChecks if the argument 'number' is not a number(NaN) and returns the boolean result.
functionIdis_NaN
functionLabelis_NaN
parameters[ { "dataType": "double", "description": "Number to check", "name": "number" } ]
puretrue
returns{ "dataType": "boolean", "description": "True if the argument 'number' is not a number." }