clearAverage method

void clearAverage()

Implementation

void clearAverage() {
  _i = 0;
  _total = 0;
  average = null;
}