IsInf

Since 3.1

Integer = IsInf ( Number )

Return if a floating pointer is a finite or infinite number.

This function returns:
  • 0 if the number is finite.

  • -1 if the number is negative infinity.

  • +1 if the number is positive infinity.

See also