System.Math.ClearFPUExceptions
Delphi
procedure ClearFPUExceptions(RaisePending: Boolean);
C++
extern DELPHI_PACKAGE void __fastcall ClearFPUExceptions(bool RaisePending = true);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Efface tous les bits d'exception du mot d'état de la FPU.
Par défaut, RaisePending
est défini sur True
. Dans l'implémentation en cours, RaisePending
est ignoré.