arithmetic overflow meaning in Chinese
算术溢出
算术溢流
演算溢位
溢位
Examples
- The behavior in which a divide - by - zero or arithmetic overflow error causes null values to be returned occurs if an insert or update is tried on a
列上尝试执行insert或update操作,而这些列中的新值长度超出最大列大小,则将出现被零除错误和算术溢出错误导致返回空值的行为。 - This traps a number of common error conditions such as syntax errors or arithmetic overflow and diverts the flow of control to a special error - handling routine youve written
这可以为很多常见的错误条件(例如语法错误或算术上溢)设陷,并将控制流转移到您自己编写的一个专门的错误处理例程。 - Floating - point arithmetic overflow or division by zero never throws an exception , because floating - point types are based on ieee 754 and so have provisions for representing infinity and nan not a number
浮点算术溢出或被零除从不引发异常,因为浮点类型基于ieee 754 ,因此可以表示无穷和nan (不是数字) 。