MATLAB Application Program Interface Reference Help Desk

mexIsFinite

Purpose

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; otherwise, returns false.

Description

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

See Also

mexIsInf, mexIsNaN



[ Previous | Help Desk | Next ]