Warning

Synopsis
This keyword is equal to 3, and indicates that the result from the evaluation of a condition falls within a specified near-pass range.
Remarks
Returns
Returned types: Numeric.
Examples
1.

The following example returns 3 if the blob area is within the range 80 to 100, or 140 to 160.

INRANGEW(BlobAnalysis.BlobFound(1).Area, 80, 100, 140, 160)