Curve.OnParameterChanging Method

Called before the value of a curve parameter is changed.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected virtual void OnParameterChanging(
	int index,
	double value
)

Parameters

index  Int32
The index of the parameter.
value  Double
The new value of the parameter.

Remarks

Inheritors can override this method to validate the value of the new parameter.

See Also