GetByValueRelativeRankRange(ListReturnType, Exp, Exp, Exp, CTX[]) |
Create expression that selects list items nearest to value and greater by relative rank
and returns selected data specified by returnType.
Examples for ordered list [0,4,5,9,11,15]:
|
GetByValueRelativeRankRange(ListReturnType, Exp, Exp, Exp, Exp, CTX[]) |
Create expression that selects list items nearest to value and greater by relative rank with a count limit
and returns selected data specified by returnType.
Examples for ordered list [0,4,5,9,11,15]:
|