System.SysUtils.TDoubleHelper Fields
InheritedProtected
| Epsilon | public | Epsilon represents the minimum positive non-zero value for a Double variable. |
| MaxValue | public | Represents the maximum value of a double precision floating-point variable. |
| MinValue | public | Represents the minimum value of a double precision floating-point variable. |
| NaN | public | Represents a value that is not a real number. |
| NegativeInfinity | public | Represents negative infinity. |
| PositiveInfinity | public | Representes positive infinity. |