Click or drag to resize

RunningWeightedStatisticsMaximum Property

Returns the maximum value in the sample data. Returns NaN if data is empty or if any entry is NaN.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Maximum { get; }

Property Value

Double
See Also