Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TSingleHelper.NegativeInfinity

Negative infinity as represented by a single floating point type.

Declaration

Source position: syshelph.inc line 690

public const TSingleHelper.NegativeInfinity: Single = (- 1.0) / (0.0);

Description

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

See also

TSingleHelper.MaxValue

  

Largest possible value for the Single floating point type.

TSingleHelper.MinValue

  

Smallest (negative) possible value for the Single floating point type.

TSingleHelper.Epsilon

  

Precision for this floating point type.

TSingleHelper.PositiveInfinity

  

Positive infinity as represented by a single floating point type.

TSingleHelper.NaN

  

Representation of NaN (Not a Number).


Documentation generated on: Jul 24 2023