Descriptives<T>.Mode Property
Gets the value that occurs most often.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public T Mode { get; }
Property Value
TRemarks
In case of a tie, the element that appears first in the category index is returned.