Name

CounterSampleCalculator

Synopsis

This class provides ComputeCounterValue(), which interprets CounterSample structures. It returns a floating-point value that represents the data contained in one or two samples.

public sealed class CounterSampleCalculator {
// Public Static Methods
   public static method float ComputeCounterValue(
        CounterSample newSample);  
   public static method float ComputeCounterValue(
        CounterSample oldSample, CounterSample newSample);  
}

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.