[ Team LiB ] Previous Section Next Section

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);
}
    [ Team LiB ] Previous Section Next Section