Syntax
- bool isNull(float value)
- bool isNull(string value)
Returns
True if value is set to the internal special float or string value which represent NULL or "missing value"; false otherwise.
For floats, NULL is encoded as nan. For strings, NULL is encoded as "\ue000".
Description
The isNull function checks if value is NULL.