MathUtility.GetMedian method

Returns the median value from a sequence of values.

public static double GetMedian(double[] afValues)
parameter description
afValues Sequence of value to find the median.

Return Value

The median value.

See Also