xpfIsNAN
FUNCTION xpfIsNAN (realValue : REAL) isNAN : BOOLEAN;
Function to test if the specified REAL value is "not a number" (NAN) The function returns TRUE if the actual REAL value is NAN, else FALSE is returned.
Arguments
Â
REAL
realValue
The value of a real number
Return Value
Â
BOOLEAN
isNAN
TRUE if the given real value does not represent a real number
Options
  Â
Â
Example
<example missing>
Â
See also
Filter by label
There are no items with the selected labels at this time.