void SetMax(CounterStat* p);
SetMax compares with another CounterStat object and sets the maximum of the counter statistics value to the current CounterStat object.
Parameters |
Description |
CounterStat* p |
CounterStat object with which to compare the counter statistics. |