NumRangeInclusiveExclusiveExtensions extension
Is in closed/open range. Roadmap #137. NumRangeExtensions has isBetween (inclusive).
- on
Methods
-
isInRangeExclusive(
num min, num max) → bool -
Available on num, provided by the NumRangeInclusiveExclusiveExtensions extension
True if strictly betweenminandmax(exclusive). -
isInRangeInclusive(
num min, num max) → bool -
Available on num, provided by the NumRangeInclusiveExclusiveExtensions extension
True if inmin, maxinclusive (alias for isBetween).