System.SysUtils.TDoubleHelper.PositiveInfinity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PositiveInfinity:Double =  1.0 / 0.0;

Properties

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

Description

Representes positive infinity.

The sign bit distinguishes between negative infinity and positive infinity.

See Also