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

Compare with Current View Page History

« Previous Version 2 Next »

The function returns a NUMBER LIST  in l satisfying the comparison number_in_list operator n.

Syntax
filterByValue(number list l, comparison operator operator, number n) #Output: Number list
Examples
Parser expressionDescription
filterByValue([1, 2, 3, 10, 11, 25, 100], >, 10)

The function returns a NUMBER LIST of values greater than 10 : [11, 25, 100]

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a NUMBER LIST