RemoveByValueRelativeRankRange(ListReturnType, Exp, Exp, Exp, CTX[]) |
Create expression that removes list items nearest to value and greater by relative rank.
Valid returnType values are NONE
or INVERTED Examples for ordered list [0,4,5,9,11,15]:
|
RemoveByValueRelativeRankRange(ListReturnType, Exp, Exp, Exp, Exp, CTX[]) |
Create expression that removes list items nearest to value and greater by relative rank with a count limit.
Valid returnType values are NONE
or INVERTED Examples for ordered list [0,4,5,9,11,15]:
|