System.SysUtils.TSingleHelper.MaxValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

MaxValue:Single =  340282346638528859811704183484516925440.0;

Properties

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

Description

Represents the maximum value of a single precision floating-point variable.

The maximum positive value of a Single variable is about 3.4e+38, and the hexadecimal representation is $7F7FFFFF. The value of MaxValue is the same as that of MaxSingle.

See Also