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