
Operand(操作数)是数学或计算机科学中的术语,指在运算中被操作的数值或数据对象。例如在表达式 3 + 5 中,3 和 5 就是操作数。
/p..rnd/
In the expression 7 × 2, both 7 and 2 are operands.
在表达式 7 × 2 中,7 和 2 都是操作数。
The compiler raised an error because the operand was of an incompatible type for the given operator.
编译器报错,因为该操作数的类型与给定的运算符不兼容。
Operand 源自拉丁语 operandum,是动词 operari(工作、操作)的动名词形式,字面意思是"需要被操作的东西"。该词在19世纪末进入英语,主要用于数学和逻辑领域,随着计算机科学的发展,使用范围进一步扩大。后缀 -and 表示"被……的对象",类似于 multiplicand(被乘数)的构词方式。