ChartDirector 7.1 (.NET Edition)

ArrayMath.percentile


Usage

[C#]public double percentile(double p);
[VB]Public Function percentile(p As Double) As Double

Description

Gets the required percentile value of the elements of the ArrayMath object.

Arguments

ArgumentDefaultDescription
p(Mandatory)The percentile to get. It should be between 0 - 100.

Return Value

The required percentile value of the elements of the ArrayMath object.