System.SysUtils.TDoubleHelper.NegativeInfinity

From RAD Studio API Documentation
Revision as of 00:37, 23 January 2013 by L10nBot (talk | contribs) (InheritsFrom)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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