MATLAB Application Program Interface | Search  Help Desk |
mxIsFinite | See Also |
#include "matrix.h" bool mxIsFinite(double value);value
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