| DescriptiveStatisticsMinimum Property |
Gets the minimum sample value.
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public double Minimum { get; }
Property Value
Type:
DoubleThe minimum sample value.
See Also