Performs actions necessary when the variable's data has changed.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Protected Overrides Sub ResetCalculations
C#
protected override void ResetCalculations ()
C++
protected:
virtual void ResetCalculations () override

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.