arithmetic operators meaning in Chinese
算术运算符
算数运算符
算子
Examples
- 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 ,算术运算符的结果也始终可为空。