| MATLAB Application Program Interface | Search  Help Desk |
| mxIsFinite | Examples See Also |
C Syntax
#include "matrix.h" bool mxIsFinite(double value);
Arguments
valueReturns
true if value is finite; otherwise, returns false.
Description
CallmxIsFinite to determine whether or not value is finite. A number is finite if it is not equal to Inf or NaN.
Examples
See mxisfinite.c in the mx subdirectory of the examples directory.
See Also
mxIsInf, mxIsNaN