Called when a coefficient of the polynomial is 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 coefficient.
value (System.Double)
The value of the new coefficient.

Remarks

This method is called internally to ensure that the Degree property maintains the proper value.