accum method

void accum(
  1. double value
)

Implementation

void accum(double value) {
  _accum += value;
}