System.Math.TArithmeticExceptions

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TArithmeticExceptions = set of TArithmeticException;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
set
typedef
public
System.Math.pas
System.Math.hpp
System.Math System.Math


Description

Spécifie un ensemble d'exceptions de virgule flottante gérées.

TArithmeticExceptions contient un ensemble de valeurs TArithmeticException. TArithmeticException définit les exceptions de virgule flottante suivantes : exInvalidOp, exDenormalized, exZeroDivide, exOverflow, exUnderflow, exPrecision.

GetExceptions vous permet d'obtenir la liste des exceptions de virgule flottante gérées.

Voir aussi