Searched defs:getAvg (Results 1 – 2 of 2) sorted by relevance
49 public float getAvg() { in getAvg() method in Result
504 int64_t getAvg() const { return mSum / (mCount == 0 ? 1 : mCount); } in getAvg() function