maxValue method

double maxValue()

Implementation

double maxValue() {
  return max(x, y);
}