MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Reset

Method Reset

engine/Poseidon/Network/NetworkServerSimulate.cpp:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 _weight += weight;
135}
136
137void CalculateMinMaxAvg::Reset()
138{
139 _min = FLT_MAX;
140 _max = FLT_MIN;
141 _sum = 0;
142 _weight = 0;
143}
144
145CalculateMinMaxAvg::CalculateMinMaxAvg()

Callers 5

StartDownloadingLogoMethod · 0.45
CalculateExeCRCFunction · 0.45
CalculateDataCRCFunction · 0.45
OnSimulateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected