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