Check if a number is inclusive between two numbers
the number to check
the minimum value (included)
the maximum value (included)
true if number is inclusive between min and max
true
Check if a number is inclusive between two numbers