System.SysUtils.TExtendedHelper.IsInfinity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsInfinity: Boolean; overload; inline;
class function IsInfinity(const Value: Extended): Boolean; overload; inline; static;

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.pas System.SysUtils TExtendedHelper

Description

Determines whether the Extended value is negative or positive infinity.

This method is overloaded:

See Also