System.Math.TArithmeticExceptions
Delphi
TArithmeticExceptions = set of TArithmeticException;
C++
typedef System::Set<TArithmeticException, TArithmeticException::exInvalidOp, TArithmeticException::exPrecision> TArithmeticExceptions;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
set typedef |
public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Beschreibung
Legt eine Menge der behandelten Gleitkomma-Exceptions fest.
TArithmeticExceptions enthält eine Menge von TArithmeticException-Werten. TArithmeticException legt die folgenden Gleitkomma-Exceptions fest: exInvalidOp
, exDenormalized
, exZeroDivide
, exOverflow
, exUnderflow
, exPrecision
.
Mit GetExceptions können Sie die Liste der behandelten Gleitkomma-Exceptions abrufen.
Siehe auch
- System.Math.TArithmeticException
- System.Math.TArithmeticExceptionMask
- System.Math.GetExceptions
- System.Math.SetExceptions
- System.Math.SetExceptionMask
- System.Math.SetRoundMode
- System.Math.TFPUException
- System.Math.TSSEException
- System.FSetExceptFlag
- System.FSetExceptMask
- System.Set8087CW
- System.SetMXCSR