Click or drag to resize

NMathFunctionsMedian(Int32) 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(
	int[] data
)

Parameters

data  Int32
An array of integers.

Return Value

Double
Median.
See Also