| MATLAB® | ![]() |
#include "matrix.h" bool mxIsFinite(double value);
integer*4 mxIsFinite(value) real*8 value
The double-precision, floating-point number that you are testing
Logical 1 (true) if value is finite, and logical 0 (false) otherwise.
Call mxIsFinite to determine whether or not value is finite. A number is finite if it is greater than -Inf and less than Inf.
See mxisfinite.c in the mx subdirectory of the examples directory.
![]() | mxIsEmpty (C and Fortran) | mxIsFromGlobalWS (C and Fortran) | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |