In addition to the arithmetic operators , integral - type to integral - type casts can cause overflow , for example , casting a 除算术运算符以外,整型之间的强制转换也会导致溢出(例如,将
In the last lesson , you learned how to use arithmetic operators to create numeric expressions and return numeric values 在上一课中,您学习了如何使用算术运算符创建数值表达式并返回数值。
Any combination of variables and / or constants with arithmetic operators that the computer can evaluate to produce a result 变量和/或常数借助算术运算符的某种组合,计算机可对其求值并产生一个结果。
For example , it is not possible to call arithmetic operators in a c generic class , although it is possible to call user defined operators 例如,尽管在c #泛型类中可以调用用户定义的运算符,但不能调用算术运算符。
The result of an arithmetic operator is always nullable , even if the operands are nonnullable and ansi warnings or arithabort is set on 即使操作数不可为空并且ansi _ warnings或arithabort设置为on ,算术运算符的结果也始终可为空。
Expressions are created using the two numbers that you enter and each of the four basic arithmetic operators addition , subtraction , multiplication , and division 使用您输入的两个数字和四种基本算术运算符(加、减、乘和除)的每一种创建表达式。
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 二进制算术运算类似调用同一个类的两个参数,然后返回那个类,但是,语法有些不同
The result of applying an arithmetic operator to a pair of el expressions is the result of applying that operator to the numeric values returned by those expressions 对几个el表达式应用算术运算符的结果是将该算术运算符应用于这些表达式返回的数值所得的结果。
Is used to bulk export data that uses the binary format from a sql server 2000 table with a computed column that uses a floating point arithmetic operator and 从包含计算列(该计算列使用浮点算术运算符)的sql server 2000表中大容量导出二进制格式的数据,然后使用
The final four lines create expressions with the two variables and each of the basic arithmetic operators , and display the results of those expressions in a message box 最后四行用这两个变量和每一种基本算术运算符创建表达式,并将这些表达式的结果显示在消息框中。