HdrHistogram.IntHistogram.GetCountAtIndex C# (CSharp) Метод

GetCountAtIndex() защищенный Метод

Gets the number of recorded values at a given index.
protected GetCountAtIndex ( int index ) : long
index int The index to get the count for
Результат long
        protected override long GetCountAtIndex(int index)
        {
            return _counts[index];
        }