math.median ViewHelper <vhs:math.median>
¶
Math: Median
Gets the median value from an array of numbers. If there is an odd number of numbers the middle value is returned. If there is an even number of numbers an average of the two middle numbers is returned.