The array
The array or number to check "less than (or equal to)" with
The array or number to check "greater than (or equal to)" with
Optional
includeInf: boolean = falseWhether the check is "less than" (false) or "less than or equal to" (true)
Optional
includeSup: boolean = falseWhether the check is "greater than" (false) or "greater than or equal to" (true)
Generated using TypeDoc
Checks if the elements of an array are less than (or equal to) and greater than (or equal to) a number or the elements of another array, and then returns an array with the elements that pass the check.