MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetAverage

Method GetAverage

source/common/objects/dobjgc.cpp:754–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752//==========================================================================
753
754size_t FAveragizer::GetAverage()
755{
756 return TotalCount != 0 ? TotalAmount / TotalCount : 0;
757}
758
759//==========================================================================
760//

Callers 2

CalcStepSizeFunction · 0.80
ADD_STATFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected