Precision for this floating point type.
Source position: syshelph.inc line 748
public const TDoubleHelper.Epsilon: Double = 4.9406564584124654418e-324; |
Epsilon returns the precision of the floating point value : differences smaller than this value cannot be detected or represented. It can also be viewed as the smallest positive value that can be represented.
|
Smallest (negative) possible value for the Double floating point type. |
|
|
Largest possible value for the Double floating point type. |