Java View all facts Glossary Help |
syntactic unit > symbol > operator > binary operator > >= |
>= | ||||
subject | fact |
>= | has purpose to return true if the first operand is greater than or equal to the second operand | |
is a subtopic of Operators | ||
is an instance of binary operator | ||
is an instance of relational operator | ||
binary operator | uses an infix notation | |
operator | evaluates to its result | |
has precedence | ||
is part of an expression | ||
is evaluated before another operator with lower precedence | ||
returns a value called its result | ||
syntactic unit | has syntax rule bold = mandatory |