External Interfaces Reference Previous page   Next Page
mxIsFinite

Determine if input is finite

C Syntax

Arguments

value
   The double-precision, floating-point number that you are testing.

Returns

Logical 1 (true) if value is finite, and logical 0 (false) 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.

Examples

See mxisfinite.c in the mx subdirectory of the examples directory.

See Also

mxIsInf, mxIsNaN


Previous page  mxIsEmpty mxIsFromGlobalWS Next page

© 1994-2005 The MathWorks, Inc.