MovingAverage Constructors
Represents the base class for Moving Average and Envelope objects of various types.| Name | Parameters | Description |
|---|---|---|
| MovingAverage(String, ValueLevel) | name, valueLevel | Initializes a new instance of the MovingAverage class with the specified name and value level. |
| MovingAverage(String) | name | Initializes a new instance of the MovingAverage class with the specified name. |
See Also