API:System.Math.TArithmeticExceptionMask
Delphi
type TArithmeticExceptionMask = set of TArithmeticException;
C++
typedef System::Set<TArithmeticException, TArithmeticException::exInvalidOp, TArithmeticException::exPrecision> TArithmeticExceptionMask;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
set typedef |
public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Embarcadero Technologies does not currently have any additional information.