exAllArithmeticExceptions:全部的浮点数异常控制的异常类型集合
请参考:SetExceptionMask 函数和 TArithmeticExceptionMask 类型。
头文件:
#include <System.Math.hpp> (XE2 之后),#include <Math.hpp> (XE 之前)
命名空间:
System::Math
exAllArithmeticExceptions 的定义
#define exAllArithmeticExceptions (System::Set<TArithmeticException, TArithmeticException::exInvalidOp, TArithmeticException::exPrecision>() << TArithmeticException::exInvalidOp << TArithmeticException::exDenormalized << TArithmeticException::exZeroDivide << TArithmeticException::exOverflow << TArithmeticException::exUnderflow << TArithmeticException::exPrecision )
|