getMax method

double getMax()

Implementation

double getMax() {
  return max;
}