Click or drag to resize

NMathFunctionsMedian(Single) Method

Returns the median of the given data.

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

Parameters

data  Single
An array of floats.

Return Value

Single
Median.
See Also