noun
binary operator
Computing term for an operator that takes two operands, such as +, -, *, /, or logical operators.
加算演算子「+」は二項演算子の一つです。
The addition operator '+' is one of the binary operators.
In this programming language, you can overload binary operators.