External Interfaces/API Reference | ![]() ![]() |
C Syntax
#include "matrix.h" bool mxIsFinite(double value);
Arguments
value
The double-precision, floating-point number that you are testing.
Returns
true
if value
is finite, and false
otherwise.
Description
Call mxIsFinite
to determine whether or not value
is finite. A number is finite if it is not equal to Inf
or NaN
.
Examples
S
ee mxisfinite.c
in the mx
subdirectory of the examples
directory.
See Also
![]() | mxIsEmpty | mxIsFromGlobalWS | ![]() |