Wenn Anweisung testet, wenn ein Wert im Bereich liegt

if ((x >= xmin) && (x <= xmax)) {
  // something
}
GamingDub