/// <summary> /// Resets the instance. /// </summary> public void Reset() { NumOf.Populate(0); Count = 0; Ratio.Populate(0); return; }
/// <summary> /// Resets the instance to the initial state /// </summary> public void Reset() { NumOf.Populate(0); Count = 0; BinRate.Populate(0); return; }