Click or drag to resize
DescriptiveStatisticsMinimum Property
Gets the minimum sample value.

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

Property Value

Type: Double
The minimum sample value.
See Also