ee.Filter.rangeContains

Returns a filter that passes if the value of the selected field is in the specified range (inclusive).

UsageReturns
ee.Filter.rangeContains(field, minValue, maxValue)Filter
ArgumentTypeDetails
fieldStringA selector for the property being tested.
minValueObjectThe lower bound of the range.
maxValueObjectThe upper bound of the range.