[C#] | public ArrayMath movAvg(int interval); |
[VB] | Public Function movAvg(interval As Integer) As ArrayMath |
ChartDirector 7.1 (.NET Edition)
ArrayMath.
Usage
[C#] | public ArrayMath movAvg(int interval); |
[VB] | Public Function movAvg(interval As Integer) As ArrayMath |
Description
Arguments
Argument | Default | Description |
---|---|---|
interval | (Mandatory) | The window size. |
Return Value