Performs actions necessary when the variable's data has changed.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub ResetCalculations |
| C# |
|---|
protected virtual void ResetCalculations () |
| C++ |
|---|
protected: virtual void ResetCalculations () |
Remarks
This method is called when the variable's data is changed and cached calculations have to be discarded.
Inheritors must call the base class method.