HistogramStatistics<T>.Max 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 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
Nullable<T>