ave property

num get ave

Implementation

num get ave {
  return (down + up) / 2;
}