Just an FYI, the Round node will do the same thing as this if statement but for 3 fewer instructions (and fewer graph nodes). You can put a subtract node in front of it if you need param control over the cutoff point.
Maybe a trivial optimization but its worth knowing the round node exists.