IsFinite

int IsFinite (double number);

Purpose

Checks if the input is a finite number.

Parameters

Input
Name Type Description
number double Input the double precision quantity to be checked.

Return Value

Name Type Description
Result integer Result is non-zero if the input is a finite number.