API int
LQU_LargerThanRangeTop
(n, Range)
CONST int n;
CONST t_Range *Range;
Purpose
Use for efficiency, to determine whether a given number is larger than the largest value accepted by the given range. Passing a range that ended with a hyphen (for example, 1,2,5-7,12-) will always produce a zero result, even if n falls within a `hole' in the range, as for 4, 8, 9, 10 and 11 in the example here.Returns
- 0 if the number is not entirely beyond the given range
- 1 otherwise