Curve.On Parameter Changed Method
Called after a Curve parameter has been changed.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
protected virtual void OnParameterChanged(
int index,
double value
)
Parameters
Remarks
Inheritors can override this method to perform certain calculations using the new value of the parameter.