reset method

void reset()

Reset the offset.

Implementation

void reset() {
  _offset = 0;
}