Function: ge()
Returns True if one value is greater than or equal to another.
Syntax
- ge(value, compareValue)
- value >= compareValue
Examples
in.calls >= 200000
Returns True if the number of calls is greater than or equal to 200000.
Returns True if one value is greater than or equal to another.
in.calls >= 200000
Returns True if the number of calls is greater than or equal to 200000.