System.Math.ClearFPUExceptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ClearFPUExceptions(RaisePending: Boolean);

C++

extern DELPHI_PACKAGE void __fastcall ClearFPUExceptions(bool RaisePending = true);

Eigenschaften

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


Beschreibung

Löscht alle Exception-Bits im FPU-Statuswort.

Standardmäßig ist RaisePending True. In der aktuellen Implementierung wird RaisePending ignoriert.

Siehe auch