Home
last modified time | relevance | path

Searched refs:destNum (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.h248 inline bool InRegion(double lowerBound, double upperBound, double destNum) in InRegion() argument
250 return LessOrEqual(lowerBound, destNum) && LessOrEqual(destNum, upperBound); in InRegion()