API:System.Math.TArithmeticException

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TArithmeticException = (exInvalidOp, exDenormalized, exZeroDivide,
exOverflow, exUnderflow, exPrecision);

C++

enum DECLSPEC_DENUM TArithmeticException : unsigned char { exInvalidOp, exDenormalized, exZeroDivide, exOverflow, exUnderflow, exPrecision };

Properties

Type Visibility Source Unit Parent
enum public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Embarcadero Technologies does not currently have any additional information.