HdrHistogram.LongHistogram.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];
        }