Searched refs:destNum (Results 1 – 1 of 1) sorted by relevance
248 inline bool InRegion(double lowerBound, double upperBound, double destNum) in InRegion() argument250 return LessOrEqual(lowerBound, destNum) && LessOrEqual(destNum, upperBound); in InRegion()