Share via


HistogramStatistics<T>.Max Property

Definition

Gets the maximum value recorded within the statistical set. If null, it's untracked.

public T? Max { get; }
member this.Max : Nullable<'T (requires 'T : struct)>
Public ReadOnly Property Max As Nullable(Of T)

Property Value

Applies to