isMin method

bool isMin()

Implementation

bool isMin() {
  return number == min;
}