IsInfinityfunction
Determines whether the argument is an infinity.
Syntax
FUNCTION IsInfinity (BYVAL x AS DOUBLE) AS LONG
Parameters
| Name | Description | |
|---|---|---|
x | A double value. |
Description
Determines whether the argument is an infinity.
Remarks
Returns +1 if x is positive infinity, -1 if x is negative infinity and 0 otherwise.
Reference
- Include file
AfxComplex.inc - Defined in AfxNova/AfxComplex.inc:153
- Documented in Numeric Datatypes/Complex Numbers Procedures.md
- Topic: Complex Numbers Procedures