'Declaration
Public Function New( _ ByVal metricValueCollection As MetricValueCollection, _ ByVal timeStamp As DateTimeOffset, _ ByVal value As Double _ )
public MetricValue( MetricValueCollection metricValueCollection, DateTimeOffset timeStamp, double value )
Parameters
- metricValueCollection
- The metric value set this value is part of.
- timeStamp
- The unique date and time of this value sample.
- value
- The calculated value.