Jeśli instrukcja, która testuje, jeśli wartość jest w zakresie

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