FastQuant.StatisticsManager.Remove C# (CSharp) Method

Remove() public method

public Remove ( int type ) : void
type int
return void
        public void Remove(int type) => Statistics.Remove(type);