[VB] | Public Function expAvg(smoothingFactor As Double) As ArrayMath |
[C#] | public ArrayMath expAvg(double smoothingFactor); |
ChartDirector 5.1 (.NET Edition)
ArrayMath.expAvg
Usage
[VB] | Public Function expAvg(smoothingFactor As Double) As ArrayMath |
[C#] | public ArrayMath expAvg(double smoothingFactor); |
Description
Arguments
Argument | Default | Description |
---|---|---|
smoothingFactor | (Mandatory) | The smoothing factor used for computing exponential average. It should be between 0 - 1. |
Return Value