A binary operator takes two operands.
A binary operator operates on two operands.
The following example shows the subtraction operator used first as a unary operator, and then as a binary operator.
The subtraction (-) operator is both a unary and binary operator.
(Unary negation, subtraction) As a unary operator, negates the value of its argument. As a binary operator, subtracts two numbers.
(단항 부정, 빼기) 단항 연산자일 때 해당 인수 값을 부정합니다. 이진 연산자일 때에는 두 숫자를 뺍니다.
Other results
PostgreSQL supports left unary, right unary, and binary operators.
PostgreSQL 에서는 왼쪽, 오른쪽 단항 연산자와 이항 연산자를 지원한다.
All of the binary operators, except the assignment operators, are left-associative, which means that operators on the left are processed before operators on the right.
special uppercase Greek, binary operators, relations, negated relations, arrows, triangles, and miscellaneous.
특수 그리스 대문자, 이진 연산자, 관계, 부정 관계, 화살표, 삼각형 및 기타가 있습니다.
But with a US regulated binary options operator, you can bet that things will be different.
그러나 미국 규제 바이너리 옵션 연산자를 사용하면 상황이 달라질 수 있습니다.
Binary options site operators lose if their users win, so it is easy to see why this is the case.
바이너리 옵션 사이트 운영자는 사용자가 이기면 느슨해 지므로 왜 그런지 쉽게 알 수 있습니다.
C has two unary mathematical operators and five binary mathematical operators.
If anything, a lot of regional regulators in the country have been extra vigilant about keeping the illegal binary options operators trying to offer their services in the country away from the residents.
무엇보다, 많은 지역의 규제 당국은 불법적 인 바이너리 옵션 사업자가 거주자들로부터 멀리 떨어진 곳에서 서비스를 제공하려고 노력하는 것에 대해 경계심을 갖고 있습니다.
Reverse Polish Notation (also called postfix notation) uses a stack for all its operations, so that any operand is pushed onto the stack, and any [binary] operator takes two operands from the stack, evaluates the result and puts it back.
역폴란드 표기법(후위 또는 후치 표기법으로 불리기도 합니다)은 모든 연산에 스택을 사용하므로 연산 대상을 스택에 넣고 [이진] 연산자는 연산 대상 두개를 스택에서 가져와서 결과를 평가하고 다시 스택에 넣습니다.