/
le

PhixFlow Help

le



Function: le()

Returns True if one value is less than or equal to another.

Syntax

  1. le(value, compareValue)
  2. value <= compareValue
ArgumentTypeDescription
valueAnyFirst value to compare
compareValueAnyValue to be compared.

Examples

in.calls <= 200000

Returns True if the number of calls is less than or equal to 200000.

See Also

Related content

le
More like this
le
More like this
le
More like this
le
More like this
lt
More like this
lt
More like this

Please let us know if we could improve this page feedback@phixflow.com