classifyCounts Method
Return classification as ON, IN, or OUT according to hit and crossing counts.
- Any nonzero hit count is ON.
- Otherwise IN if left crossing count is odd.
classifyCounts(): number
@returns 0 if ON, 1 if IN, -1 if OUT.
Returns - number
0 if ON, 1 if IN, -1 if OUT.
Defined in
- topology/XYParitySearchContext.ts Line 148
Last Updated: 07 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.