System.Math.SetFPUExceptionMask
Delphi
function SetFPUExceptionMask(const Mask: TFPUExceptionMask): TFPUExceptionMask;
C++
extern DELPHI_PACKAGE TFPUExceptionMask __fastcall SetFPUExceptionMask(const TFPUExceptionMask Mask);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Beschreibung
Legt die TFPUExceptionMask-Maskierungen im Intel-FPU-Steuerwort für Gleitkomma-Exceptions fest.
Dies ist eine von der Intel-Plattform abhängige Funktion.
SetFPUExceptionMask gibt die vorherige Menge der Gleitkomma-Exceptions-Maskierungen zurück.
SetFPUExceptionMask ist obsolet (nur Windows, nicht plattformübergreifend) und steht nicht für NEXTGEN-Compiler zur Verfügung.
Verwenden Sie SetExceptionMask anstatt SetFPUExceptionMask.