phpstreams\collectors\AveragingCollector::get PHP Method

get() public method

public get ( )
    public function get()
    {
        return $this->runningSum / $this->count;
    }
AveragingCollector