MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mxIsFinite    See Also

True if value is finite

C Syntax

Arguments

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

Returns

true if value is finite; otherwise, returns false.

Description

Call mxIsFinite to determine whether or not value is finite. A number is finite if it is not equal to

See Also

mxIsInf, mxIsNaN



[ Previous | Help Desk | Next ]