reset method

void reset()

Resets the mid

Implementation

void reset() {
  _mid = initialValue;
}