MATLAB Application Program Interface Reference | Help Desk |
mxIsFinite
True if value is finite
#include "matrix.h" bool mxIsFinite(double value);value
The double-precision, floating-point number that you are testing.
true
if value
is finite; otherwise, returns false
.
Call mxIsFinite
to determine whether or not value
is finite. A number is finite if it is not equal to
Inf
NaN
mxIsInf
, mxIsNaN