Curve.On Parameter Changing Method
Called before the value of a curve parameter 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 virtual void OnParameterChanging(
int index,
double value
)
Parameters
Remarks
Inheritors can override this method to validate the value of the new parameter.