
好词典

源自拉丁语'operandum'(被操作的事物),由'operari'(操作)的现在分词中性形式演变而来,1880年代首次用于数学领域。
❶ 在数学或计算机运算中,指参与运算的对象或数值。例如加法中的两个数字,或编程中函数处理的变量。
“In the expression '5 + 3', both 5 and 3 are operands.”
(在表达式'5 + 3'中,5和3都是运算对象。)
“The function takes two operands and returns their product.”
(该函数接收两个运算数并返回它们的乘积。)
left operand — 指二元运算中位于运算符左侧的运算对象,如在减法'a - b'中的'a'。
“The left operand in division must not be zero.”
(除法运算中左侧的运算对象不能为零。)
right operand — 指二元运算中位于运算符右侧的运算对象,如在指数运算'x^y'中的'y'。
“The right operand determines how many times to repeat the operation.”
(右侧运算对象决定了操作需要重复的次数。)