HistogramStatistics<T>.Counter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Counter representing the sum and count of datapoint values within the statistical set.
public Microsoft.VisualStudio.Telemetry.Metrics.IVSCounter<T> Counter { get; }
member this.Counter : Microsoft.VisualStudio.Telemetry.Metrics.IVSCounter<'T (requires 'T : struct)>
Public ReadOnly Property Counter As IVSCounter(Of T)