Пример #1
0
 /// <summary>
 /// Resets the instance.
 /// </summary>
 public void Reset()
 {
     NumOf.Populate(0);
     Count = 0;
     Ratio.Populate(0);
     return;
 }
Пример #2
0
 /// <summary>
 /// Resets the instance to the initial state
 /// </summary>
 public void Reset()
 {
     NumOf.Populate(0);
     Count = 0;
     BinRate.Populate(0);
     return;
 }