QuickStatisticsMin Property |
Gets the minimum of the data values.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double Min { get; }Property Value
Double
The minimum of the added values, or
NaN if no values were added.
See Also