Class EMAStatistics
Inherited Members
Namespace: EyeAuras.Shared.Statistics
Assembly: EyeAuras.Shared.dll
Syntax
public sealed class EMAStatistics
Constructors
Name | Description |
---|---|
EMAStatistics(double) | Initializes a new instance of the EMAStatistics class. |
EMAStatistics(int) | Initializes a new instance of the EMAStatistics class with a period. |
Properties
Name | Description |
---|---|
Value | Gets the current EMA value. |
Methods
Name | Description |
---|---|
Add(double) | Updates the EMA with a new value. |