HdrHistogram.LongHistogram.SetCountAtIndex C# (CSharp) Méthode

SetCountAtIndex() protected méthode

Sets the count at the given index.
protected SetCountAtIndex ( int index, long value ) : void
index int The index to be set
value long The value to set
Résultat void
        protected override void SetCountAtIndex(int index, long value)
        {
            _counts[index] = value;
        }