System.Math.GetExceptions

提供: RAD Studio API Documentation
2015年1月24日 (土) 18:23時点におけるHonji (トーク | 投稿記録)による版 (1版: LOC-17145/2015.01.16 DocWikiPages_JA)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 は、現在のデバイスのすべての浮動小数点例外の集合を返します。

関連項目