Book a Demo

Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Prev Next

isnan

SYNOPSIS:

int isnan(x);
double x;
int n;

n = isnan(x);

DESCRIPTION:

Returns true if x is not a number.