CounterSampleCalculator

CounterSampleCalculator

System.Diagnostics (system.dll)sealed class

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 float ComputeCounterValue(CounterSample newSample);
   public static float ComputeCounterValue(CounterSample oldSample, CounterSample newSample);
}


    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System