Click or drag to resize

NMathFunctionsMedian(Double) Method

Returns the median of the given data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Median(
	double[] data
)

Parameters

data  Double
An array of doubles.

Return Value

Double
Median.
See Also