reset method

void reset()

Clears the fractional rate accumulator (used when restarting a system).

Implementation

void reset() {
  _accumulator = 0.0;
}