Piecewise 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 override void OnParameterChanging(
int index,
double value
)
Parameters
Remarks
This method is called internally to ensure that the X values remain in ascending order.
Exceptions
Argument | Setting the value to would cause the X values to no longer be in ascending order. |