System.SysUtils.TSingleHelper Fields
InheritedProtected
| Epsilon | public | Specifies the minimum positive nonzero value for a Single variable. |
| MaxValue | public | Represents the maximum value of a single precision floating-point variable. |
| MinValue | public | Represents the minimum value of a single precision floating-point variable. |
| NaN | public | Represents a value that is not a real number. |
| NegativeInfinity | public | Represents negative infinity. |
| PositiveInfinity | public | Represents positive infinity. |