Nevron .NET Vision
Chart for .NET / User's Guide / Data Manipulation / Functions / Statistical Functions / Median

In This Topic
    Median
    In This Topic
     Syntax
    MEDIAN(values)
     Arguments
    The 'values' parameter must be an array.
     Result
    The result is a single value.
     Description
    This function calculates the median value for the data in the 'values' array. The median is the middle value in a distribution, above and below which lie an equal number of values.
     Related Examples
    Windows Forms: All Examples\Data Manipulation\Functions\Statistical\Average, Median, Min, Max