operand
「operand」的意思
n. [计] 操作数;[计] 运算对象
[计] 操作数
「operand」的用法
operand操作数 - 在编程中,operand指的是参与运算的数据或值。
「operand」的例句
The operand of the addition is the number being added.
加法的操作数是被加的数字。
The operand of the multiplication is the number being multiplied.
乘法的操作数是被乘的数字。
In the expression, 5 is an operand of the addition operation.
在表达式中,5是加法操作的操作数。
The operand of the division is the number being divided.
除法的操作数是被除的数字。
In a bitwise operation, each bit of the operands is compared.
在位运算中,每个操作数的位被比较。
The operand of the subtraction is the number being subtracted.
减法的操作数是被减的数字。
In a logical operation, each operand is evaluated separately.
在逻辑运算中,每个操作数分别进行评估。
The operand of the modulus operation is the remainder.
取模运算的操作数是余数。
In a comparison operation, each operand is compared to determine if one is greater than, less than, or equal to the other.
在比较运算中,每个操作数被比较以确定一个是否大于、小于或等于另一个。
The operand of a bitwise AND operation compares each bit of its operands.
在按位与运算中,每个操作数的位被比较。