Polynomial Base.On Parameter Changed Method
Called when a coefficient of the polynomial is changed.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.