isNull function

Syntax

  • bool isNull(value)

Parameters

  1. value—(float, string)

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.


In this topic