Click or drag to resize
RunningStatisticsMinimum Property
Returns the minimum value in the sample data. Returns NaN if data is empty or if any entry is NaN.

Namespace:  MathNet.Numerics.Statistics
Assembly:  MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public double Minimum { get; }

Property Value

Type: Double

[Missing <value> documentation for "P:MathNet.Numerics.Statistics.RunningStatistics.Minimum"]

See Also