MATLAB Compiler Previous page   Next Page

static bool IsFinite(double x)

Test if value is finite and returns true if value is finite.

C++ syntax

Arguments

Value to test for finiteness

Return value

Result of test.

Description

Call mwArray::IsFinite to determine whether or not a value is finite. A number is finite if it is greater than -Inf and less than Inf.


Previous page  static double GetInf() static bool IsInf(double x) Next page

© 1994-2005 The MathWorks, Inc.