System.Perf.Dictionary.DictionaryTester.Count C# (CSharp) Method

Count() private method

private Count ( int index ) : double
index int
return double
        public double Count(int index)
        {
            return index * 1000;
        }