isInRange()Determines if a value is within a given range.
This function is valid in v2.1.0 to v2.24.3. This function has been downloaded 70 times.value will be checked.value will be checked.false
value from being considered within the range.true if value is greater than or equal lowerBound and less than or equal upperBound (equality test is ignored if opt_excludeBounds is true-ish), otherwise false.