Skip to main content

Class ExponentialMovingAverage

Inheritance
System.Object
Inherited Members
Show
Syntax
public class ExponentialMovingAverage

Constructors

ExponentialMovingAverage(Int32)

Declaration
public ExponentialMovingAverage(int n)
Parameters
TypeNameDescription
System.Int32n

Properties

Value

Declaration
public double Value { get; }

Var

Declaration
public double Var { get; }

Methods

Reset()

Declaration
public void Reset()

Add(Double)

Declaration
public void Add(double newValue)
Parameters
TypeNameDescription
System.DoublenewValue