Subject | Hungarian | English |
comp., MS | egyoperandusú operátor | unary operator (An operator that takes only one operand, for example, the increment (++) operator) |
comp., MS | lambda operátor | lambda operator (The C => operator that is used to separate the parameters and the body of a lambda expression) |
comp., MS | logikai operátor | Boolean operator (An operator designed to work with Boolean values. The four most common Boolean operators in programming use are AND (logical conjunction), OR (logical inclusion), XOR (exclusive OR), and NOT (logical negation)) |
comp., MS | összehasonlító operátor | comparison operator (A character or symbol that indicates a relationship between two or more values or expressions - for example, < (less than), > (greater than), and = (equal to)) |