The exception that is thrown when an arithmetic , casting , or conversion operation in a checked context results in an overflow 在选中的上下文中所进行的算术运算、类型转换或转换操作导致溢出时引发的异常。
First , computers have circuits for performing arithmetic operations , such as : addition , subtraction , division , multiplication and exponentiation 第一,计算机具有进行加、减、乘、除及取幂等各种算术运算的电路。
In an arithmetic operation , a result whose absolute value is too small to be represented within the range of the numeration system in use 在算术运算中,运算结果的绝对值太小,以致不能在所用数制的范围内表示。
Is a string type that can be used in arithmetic and also as a keyed map or indexed optionally sparse array 是一个字符串类型,可以用在算术运算中,也可以作为键映射( keyed map )或索引(可选情况下索引可以分散)数组。
First , computer has circuit which can perform arithmetic operations , such as addition , subtraction , multiplication , division , and a quantity to a power 第一,计算机有执行算术运算的电路,如:加、减、乘、除和取幂。
A microprocessor executes encoded instructions to perform arithmetic operations , internal data transfer , and communications with external devices 微处理器执行代码指令进行算术运算,内部数据的传递以及与外部设备通信。
Normally we would use the compiler generator tools lex and yacc to build that part of the program which recognizes an arithmetic expression 一般说来,我们将要通过规定的编译工具和另外的某编译器来生成能计算这个算术运算的目标程序。
Binary arithmetic operators behave like a function call that accepts two parameters of the same type , and then return that type ; however , the syntax is slightly different 二进制算术运算类似调用同一个类的两个参数,然后返回那个类,但是,语法有些不同
If set arithabort is off and one of these errors occurs , a warning message is displayed , and null is assigned to the result of the arithmetic operation 如果set arithabort为off并且发生了这些错误之一,则显示一条警告消息,并将null赋予算术运算的结果。
In all integer arithmetic operations , both overflow and underflow shall be ignored . the value returned when either overflow or underflow occurs is implementation defined 在所有的整数算术运算中,溢位和不足必须被忽视.发生溢位或不足时,传回值由实作自订