Java View all facts Glossary Help |
| syntactic unit > symbol > operator > binary operator > >= |
| >= comparison table | |||||
| Subject | use | has definition | have purpose | is a kind of | is an instance of |
|---|---|---|---|---|---|
| binary operator | an infix notation | An operator that has 2 arguments | to perform a simple function of 1 to 3 arguments | operator | |
| relational operator | to perform a simple function of 1 to 3 arguments | operator | |||
| >= | an infix notation | to return true if the first operand is greater than or equal to the second operand | relational operator |
Next binary operator: caret Up: binary operator, relational operator Previous binary operator: >