主页C++ Builder 资料C++ Builder 参考手册System.Math.hpp 数学函数exAllArithmeticExceptions
C++ Builder 串口控件
C++ Builder 编程技巧
C++ Builder 操作指南
C++ Builder 参考手册
基础知识
cfloat 浮点数
cmath 数学函数
cstdlib 标准库函数
System 字符串
System 日期和时间
System.Math.hpp 数学函数
 • RoundTo
 • SetExceptionMask
 • TArithmeticException
 • TArithmeticExceptionMask
 • DefaultExceptionFlags
 • exAllArithmeticExceptions
其他数据类型
VCL 基础类
VCL 应用程序
Pictures 图片
Graphics 绘图
Additional 控件
System 控件
A ~ Z 字母顺序排列的目录
网友留言/技术支持
exAllArithmeticExceptions - 全部的浮点数异常控制的异常类型集合

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 )

◤上一页:DefaultExceptionFlags

C++ 爱好者 -- Victor Chen 的个人网站 www.cppfans.com 辽ICP备11016859号