System.Math.GetExceptions

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

Delphi

function GetExceptions: TArithmeticExceptions;

C++

extern DELPHI_PACKAGE TArithmeticExceptions __fastcall GetExceptions(void);

プロパティ

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


説明

アクティブな浮動小数点例外の集合を取得します。

GetExceptions は、現在のデバイスのすべての浮動小数点例外の集合を返します。

関連項目