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

TSingleHelper.IsInfinity

Check whether a value is positive or negative infinity.

Declaration

Source position: syshelph.inc line 694

public class function TSingleHelper.IsInfinity(

  const AValue: Single

):Boolean; overload;

function TSingleHelper.IsInfinity: Boolean; overload;

Description

IsInfinity checks whether a single-sized floating point value represents a positive or negative infinity. If so, it returns True. When the class function version is used, the value can be specified using AValue. In the method version, the used value is (Self).

See also

TSingleHelper.IsNan

  

Check whether a value equals NaN.

TSingleHelper.IsPositiveInfinity

  

Check whether a value is positive infinity.

TSingleHelper.IsNegativeInfinity

  

Check whether a value is negative infinity.


Documentation generated on: Jul 24 2023