| RunningStatisticsMaximum Property |
Returns the maximum value in the sample data.
Returns NaN if data is empty or if any entry is NaN.
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public double Maximum { get; }
Property Value
Type:
DoubleSee Also