Click or drag to resize

QuickStatisticsMin Property

Gets the minimum 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 Min { get; }

Property Value

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