External Interfaces/API Reference    
mexIsFinite

Determine whether or not a value is finite

Fortran Syntax

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

Returns

true if value is finite, and false otherwise.

Description

Call mexIsFinite to determine whether or not value is finite. A number is finite if it is not equal to Inf or NaN.

See Also

mexIsInf, mexIsNaN


 mexGetNaN mexIsInf