System.SysUtils.TDoubleHelper.IsInfinity

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public System.SysUtils.pas System.SysUtils TDoubleHelper

Beschreibung

Legt fest, ob der Double-Wert "negativ" oder "positiv Unendlich" ist.

Diese Methode ist überladen:

Siehe auch