Click or drag to resize

QuickStatisticsMax Property

Gets the maximum of the data values.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double Max { get; }

Property Value

Double
The maximum of the added values, or NaN if no values were added.
See Also