Resets the series.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
protected abstract void Reset() |
| Visual Basic (Declaration) |
|---|
Protected MustOverride Sub Reset |
| Visual C++ |
|---|
protected: virtual void Reset() abstract |
Remarks
This function will be called when the series should be recalculated completely. Derived classes
should reset any data that is stored between calls to CalcNewValue in this function.