Share via


HistogramStatistics<T>.Min Property

Definition

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

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

Property Value

Applies to