August 2003
Intermediate to advanced
928 pages
32h 1m
English
CounterSampleCalculator
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(CounterSamplenewSample); public static float ComputeCounterValue(CounterSampleoldSample, CounterSamplenewSample); }