Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / ISampledMetricSample Interface / ComputeValue Method / ComputeValue(ISampledMetricSample) Method
The previous baseline sample to calculate a difference for

ComputeValue(ISampledMetricSample) Method
Compute the resultant value for this sample compared with the provided baseline sample
Syntax
'Declaration
 
<NullableContextAttribute(1)>
Overloads Function ComputeValue( _
   ByVal baselineSample As ISampledMetricSample _
) As Double
 

Parameters

baselineSample
The previous baseline sample to calculate a difference for

Return Value

The calculated counter value
Remarks
The baseline sample must be for a date and time prior to this sample for correct results.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also