[C#] | public ArrayMath movCorr(int interval [, double[] b ]); |
[VB] | Public Function movCorr(interval As Integer [, b As Double() ]) As ArrayMath |
ChartDirector 7.1 (.NET Edition)
ArrayMath.
Usage
[C#] | public ArrayMath movCorr(int interval [, double[] b ]); |
[VB] | Public Function movCorr(interval As Integer [, b As Double() ]) As ArrayMath |
Description
Arguments
Argument | Default | Description |
---|---|---|
interval | (Mandatory) | The window size. |
b | [Empty_Array] | The array to be correlated with the ArrayMath object. If this argument is an empty array, the sequence of numbers 0, 1, 2, 3, 4 .... will be used instead. |
Return Value