Evaluates whether the given value is between the minimum and the maximum (both inclusive).
number to compare
min value
max value
true if the number is between the min and the max, false instead
Evaluates whether the given value is between the minimum and the maximum (both inclusive).