System.Math.GetExceptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetExceptions: TArithmeticExceptions;

C++

extern DELPHI_PACKAGE TArithmeticExceptions __fastcall GetExceptions(void);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Math.pas
System.Math.hpp
System.Math System.Math


Beschreibung

Ruft die Menge der aktiven Gleitkomma-Exceptions ab.

GetExceptions gibt alle auf dem aktuellen Gerät festgelegten Gleitkomma-Exceptions zurück.

Siehe auch