System.Math.SetExceptions

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

Delphi

function SetExceptions(const Exceptions: TArithmeticExceptions): TArithmeticExceptions;

C++

extern DELPHI_PACKAGE TArithmeticExceptions __fastcall SetExceptions(const TArithmeticExceptions Exceptions);

プロパティ

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


説明

Exceptions で指定された浮動小数点例外を設定します。

SetExceptions は、現在のデバイスでアクティブな元の浮動小数点例外の集合を返します。

関連項目