System.SysUtils.TSingleHelper.PositiveInfinity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PositiveInfinity:Single =  1.0 / 0.0;

Properties

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

Description

Represents positive infinity.

The sign bit distinguishes between negative infinity and positive infinity.

See Also