IAverager Interface |
Namespace: FinAnalysis.Base
public interface IAverager
The IAverager type exposes the following members.
| Name | Description | |
|---|---|---|
| Ready |
Indicates that average has some value, which you can use.
Useful for averages, which can not calculate its value on small amount of data.
| |
| Stable |
Flag is set if and only if indicators values is stable.
| |
| Value |
Get average value.
|
| Name | Description | |
|---|---|---|
| Add(Double) |
Add new value for averaging.
| |
| Add(Double, DateTime) |
Add new value for averaging.
| |
| Clone |
Makes full copy of this instance.
| |
| CopyTo |
Gets internal state from source object.
|