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 NotInheritable Class CounterSampleCalculator
                  ' Public Shared Methods
   Public Shared Function ComputeCounterValue(
        ByVal newSample As CounterSample) As Single  
   Public Shared Function ComputeCounterValue(
        ByVal oldSample As CounterSample, 
        ByVal newSample As CounterSample) As Single  
End Class

Get VB.NET Core Classes 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.