Michael Stroud
2
Q:

If statement that tests if a value is in range

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

New to Communities?

Join the community