List of utility methods to do Double Number Between
if (val > max || val < min) return false; else return true;