Excerpt | ||
---|---|---|
| ||
le(value, compareValue) Returns True if one value is less than or equal to another. |
Function: le()
Returns True if one value is less than or equal to another.
Syntax
- le(value, compareValue)
- value <= compareValue
Examples
in.calls <= 200000
Returns True if the number of calls is less than or equal to 200000.