User`s guide

static bool IsFinite(double x)
Purpose Test if value is finite and re turn true if value is finite
C++
Syntax
#include "mclcppclass. h"
bool x = mwArray::IsFinite (1.0); // Returns true
Arguments Valuetotestforfiniteness
Return
Value
Result of test.
Description Call mwArr ay::IsFinite to determ ine whether or not a value is finite.
A nu m b er is finite if it is gre ater than
-Inf an d les s than Inf.
C-92