Called after a curve parameter has changed.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Friend Overrides Sub OnParameterChanged ( _ index As Integer, _ value As Double _ ) |
| C# |
|---|
protected internal override void OnParameterChanged ( int index, double value ) |
| C++ |
|---|
protected public: virtual void OnParameterChanged ( int index, double value ) override |
Parameters
- index (System.Int32)
- An integer specifying the index of the parameter.
- value (System.Double)
- The new value of the parameter.
Remarks
This method is called internally to ensure that the internal representation is kept up to date.