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

TSingleHelper.NaN

Representation of NaN (Not a Number).

Declaration

Source position: syshelph.inc line 691

public const TSingleHelper.NaN: Single = 0.0 / 0.0;

Description

NaN is the Representation of NaN (Not a Number) for a single-sized floating point type.

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.NegativeInfinity

  

Negative infinity as represented by a single floating point type.


Documentation generated on: Jul 24 2023