[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TExtendedHelper.NegativeInfinity

Negative infinity as represented by a Extended floating point type

Declaration

Source position: syshelph.inc line 345

public const TExtendedHelper.NegativeInfinity: Extended = (- 1.0) / (0.0);

Description

NegativeInfinity is the value representing negative infinity in a Extended-sized floating point value.

See also

TExtendedHelper.MaxValue

  

Largest possible value for the Extended floating point type

TExtendedHelper.MinValue

  

Smallest (negative) possible value for the Extended floating point type

TExtendedHelper.Epsilon

  

Precision for this floating point type

TExtendedHelper.PositiveInfinity

  

Positive infinity as represented by a Extended floating point type

TExtendedHelper.NaN

  

Representation of NaN (Not a Number)


Documentation generated on: May 14 2021