TDoubleHelper.NegativeInfinity
Negative infinity as represented by a Double floating point type
Declaration
Source position: syshelph.inc line 284
public Const
NegativeInfinity : Double = (- 1.0) / (0.0);
Description
NegativeInfinity is the value representing negative infinity in a Double-sized floating point value.
See also
Name | Description |
---|---|
TDoubleHelper.Epsilon | Precision for this floating point type |
TDoubleHelper.MaxValue | Largest possible value for the Double floating point type |
TDoubleHelper.MinValue | Smallest (negative) possible value for the Double floating point type |
TDoubleHelper.NaN | Representation of NaN (Not a Number) |
TDoubleHelper.PositiveInfinity | Positive infinity as represented by a Double floating point type |