Curve.On
            
            
            Called before the value of a curve parameter is changed.
            
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
protected virtual void OnParameterChanging(
	int index,
	double value
)Parameters
Remarks
Inheritors can override this method to validate the value of the new parameter.