Returns the median value from a sequence of values.
public static double GetMedian(double[] afValues)
The median value.