ArrayStatisticsMaximum(Double) Method |
Returns the largest value from the unsorted data array.
Returns NaN if data is empty or any entry is NaN.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Maximum(
double[] data
)
Parameters
- data Double
- Sample array, no sorting is assumed.
Return Value
DoubleThe largest value in
data, or NaN if the array is empty or contains NaN.
See Also