Smallest (negative) possible value for the Double floating point type.
Source position: syshelph.inc line 750
public const TDoubleHelper.MinValue: Double = - 1.7976931348623157081e+308; |
MaxValue is the largest possible value that can be represented by the Double floating point type. For bigger values, Double or Extended types must be used.
|
Largest possible value for the Double floating point type. |
|
|
Precision for this floating point type. |
|
|
Positive infinity as represented by a Double floating point type. |
|
|
Negative infinity as represented by a Double floating point type. |
|
|
Representation of NaN (Not a Number). |