IsInfinite

Check whether value is infinite

Declaration

Source position: math.pp line 267

  function IsInfinite(const d: Single) : Boolean;  Overload;
  function IsInfinite(const d: Double) : Boolean;  Overload;
  function IsInfinite(const d: Extended) : Boolean;  Overload;

Description

IsInfinite returns True if the double d contains the infinite value.

See also

Name Description
IsInfinite Check whether value is infinite
IsZero Check whether value is zero