[Top]
predef::
|
Method `>=()
- Method
`>=
-
int(0..1) `>=(mixed arg1, mixed arg2, mixed ... extras)
- Description
-
Greater or equal operator.
- Returns
-
Returns 1 if the arguments are not strictly increasing, and
0 (zero) otherwise.
This is the inverse of `<() .
- See also
-
`<=() , `>() , `<()
|