NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CounterSample.Calculate

[To be supplied.]

Overload List

Static functions to calculate the performance value off the sample

[Visual Basic] Overloads Public Shared Function Calculate(CounterSample) As Single
[C#] public static float Calculate(CounterSample);
[C++] public: static float Calculate(CounterSample);
[JScript] public static function Calculate(CounterSample) : float;

Static functions to calculate the performance value off the samples

[Visual Basic] Overloads Public Shared Function Calculate(CounterSample, CounterSample) As Single
[C#] public static float Calculate(CounterSample, CounterSample);
[C++] public: static float Calculate(CounterSample, CounterSample);
[JScript] public static function Calculate(CounterSample, CounterSample) : float;

See Also

CounterSample Structure | CounterSample Members | System.Diagnostics Namespace