System.Math.TArithmeticExceptions

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

Delphi

type TArithmeticExceptions = set of TArithmeticException;

C++

typedef System::Set<TArithmeticException, TArithmeticException::exInvalidOp, TArithmeticException::exPrecision> TArithmeticExceptions;

プロパティ

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


説明

処理される浮動小数点例外の集合を指定します。

TArithmeticExceptions には TArithmeticException 値の集合が格納されています。TArithmeticException には、浮動小数点例外として exInvalidOpexDenormalizedexZeroDivideexOverflowexUnderflowexPrecision が定義されています。

GetExceptions を使用すれば、処理される浮動小数点例外のリストを取得できます。

関連項目