INtime SDK Help
finite

Determines whether given double-precision floating point value is finite.

#include <math.h>

    int finite (double x);

Parameters

x
Double-precision floating-point value.

Return Values

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/math.h math.h clib.lib

See Also

isinf, isnan