[VB] | Public Function movPercentile(interval As Integer, percentile As Double) As ArrayMath |
[C#] | public ArrayMath movPercentile(int interval, double percentile); |
ChartDirector 5.1 (.NET Edition)
ArrayMath.movPercentile
Usage
[VB] | Public Function movPercentile(interval As Integer, percentile As Double) As ArrayMath |
[C#] | public ArrayMath movPercentile(int interval, double percentile); |
Description
Arguments
Argument | Default | Description |
---|---|---|
interval | (Mandatory) | The window size. |
percentile | (Mandatory) | The percentile to be computed. It should be between 0 - 100. |
Return Value