arithmetic operators meaning in Chinese
算术运算符
算数运算符
算子
Examples
- 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
最后四行用这两个变量和每一种基本算术运算符创建表达式,并将这些表达式的结果显示在消息框中。