Help Center

IsInfinityfunction

Determines whether the argument is an infinity.

Numeric DatatypesfunctionAfxComplex.incdocumented

Syntax

FUNCTION IsInfinity (BYVAL x AS DOUBLE) AS LONG

Parameters

NameDescription
xA 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