Specifying Thresholds
In general, values are compared with lower bound thresholds using value ≥ threshold. If you want to use > rather than ≥, put a > in front of the threshold value. From a technical point of view, a > in front of a numeric value in threshold parameters are implemented as nextUp(). It is also possible to place a < in front of a value, yielding nextDown() applied on the value.