Polynomial Base.On Parameter Changed Method
Called when a coefficient of the polynomial is changed.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected override void OnParameterChanged(
int index,
double value
)
Parameters
Remarks
This method is called internally to ensure that the Degree property maintains the proper value.