XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches

◆ IsInf()

Function IsInf ( X As  Double)

Determine if infinite value

Purpose
IsInf determines if the given argument has infinite value with positive or negative sign.
Returns
Boolean
If X has infinite value, True is returned. Otherwise, False is returned.
Parameters
[in]XArgument to be examined.