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