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

TSingleHelper.MinValue

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

Declaration

Source position: syshelph.inc line 220

public const TSingleHelper.MinValue: Single = - 340282346638528859811704183484516925440.0;

Description

MaxValue is the largest possible value that can be represented by the Single floating point type. For bigger values, Double or Extended types must be used.

See also

TSingleHelper.MaxValue

  

Largest 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

TSingleHelper.NaN

  

Representation of NaN (Not a Number)


Documentation generated on: May 14 2021