External Interfaces/API Reference |
Fortran Syntax
Arguments
value
The double-precision, floating-point number that you are testing.
Returns
1
if value
is finite, and 0
otherwise.
Description
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 Also
mxIsEmpty | mxIsFromGlobalWS |