offset method

void offset(
  1. int i
)

Implementation

void offset(int i) {
  _off = _off - i;
}