Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Function: ge()

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

Syntax

  1. ge(value, compareValue)
  2. value >= compareValue
Argument Type Description
value Any First value to compare
compareValue Any Value to be compared.

Examples

in.calls >= 200000

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

See Also

  • No labels