Math.ClearExceptions
From RAD Studio VCL Documentation (German)
Contents |
Delphi-Informationen
von Math.pas
procedure ClearExceptions(RaisePending: Boolean = True);
Unit: Math
Typ: Prozedur
Sichtbarkeit: public
C++-Informationen
von Math.hpp
void __fastcall ClearExceptions(bool RaisePending);
Unit: Math
Typ: Funktion
Beschreibung
Löscht die Exception-Bits im FPU-Statuswort.
ClearExceptions löscht die Exception-Bits im FPU-Statuswort. Wenn RaisePending true ist, lösen alle ausstehenden Gleitkomma-Exceptions einen Fehler aus.