System.Math.ClearFPUExceptions

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure ClearFPUExceptions(RaisePending: Boolean);

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Math.pas
System.Math.hpp
System.Math System.Math


説明

FPU ステータス ワード内の例外ビットをすべてクリアします。

デフォルトでは、RaisePendingTrue です。現在の実装では、RaisePending は無視されます。

関連項目