System.SysUtils.TSingleHelper.Epsilon
Delphi
Epsilon:Single = 1.4012984643248170709e-45;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | public | System.SysUtils.pas | System.SysUtils | TSingleHelper |
Description
Specifies the minimum positive nonzero value for a Single variable.
The minimum positive value of a Single variable is about 1.4e-45, and the hexadecimal representation is $00000001. The value of Epsilon is the same as that of MinSingle.