Class ExponentialMovingAverage
Inheritance
ExponentialMovingAverage
Assembly: doc.dll
Syntax
public class ExponentialMovingAverage : object
Constructors
|
Improve this Doc
View Source
ExponentialMovingAverage(Int32)
Declaration
public ExponentialMovingAverage(int n)
Parameters
Type |
Name |
Description |
Int32 |
n |
|
Fields
|
Improve this Doc
View Source
Value
Declaration
Field Value
|
Improve this Doc
View Source
Var
Declaration
Field Value
Methods
|
Improve this Doc
View Source
Add(Double)
Declaration
public void Add(double newValue)
Parameters
Type |
Name |
Description |
Double |
newValue |
|