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