System.SysUtils.TDoubleHelper.NegativeInfinity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

NegativeInfinity:Double = -1.0 / 0.0;

Properties

Type Visibility Source Unit Parent
field public System.SysUtils.pas System.SysUtils TDoubleHelper

Description

Represents negative infinity.

The sign bit distinguishes between negative infinity and positive infinity.

See Also