TDoubleHelper.IsNegativeInfinity

Check whether a value is negative infinity.

Declaration

Source position: syshelph.inc line 289

public 
  class function IsNegativeInfinity(const AValue: Double) : Boolean
                                   ;  Overload;  Static;
  function IsNegativeInfinity : Boolean;  Overload;

Description

IsNegativeInfinity checks whether a Double-sized floating point value represents a negative infinity. If so, it returns True. When the class function version is used, the value can be specified using AValue. In the method version, the used value is (Self).

See also

Name Description
TDoubleHelper.IsInfinity Check whether a value is positive or negative infinity.
TDoubleHelper.IsNan Check whether a value equals NaN.
TDoubleHelper.IsPositiveInfinity Check whether a value is positive infinity.