Click or drag to resize

SortedArrayStatisticsMaximum(Double) Method

Returns the largest value from the sorted data array (ascending).

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Maximum(
	double[] data
)

Parameters

data  Double
Sample array, must be sorted ascendingly.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.SortedArrayStatistics.Maximum(System.Double[])"]

See Also