TSingleHelper.MaxValue
Largest possible value for the Single floating point type
Declaration
Source position: syshelph.inc line 219
public Const
MaxValue : Single = 340282346638528859811704183484516925440.0;
Description
MaxValue is the largest possible value that can be represented by the Single floating point type. For bigger values, Double or Extended types must be used.
See also
| Name | Description |
|---|---|
| TSingleHelper.Epsilon | Precision for this floating point type |
| TSingleHelper.MinValue | Smallest (negative) possible value for the Single floating point type |