System.SysUtils.TSingleHelper.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

MinValue:Single = -340282346638528859811704183484516925440.0;

Properties

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

Description

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

The minimum value of a Single variable is about -3.4e+38, and the hexadecimal representation is $FF7FFFFF.

The value of MinValue is the same as that of -MaxSingle.

See Also