Curve.OnParameterChanged Method

Called after a Curve parameter has been changed.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected virtual void OnParameterChanged(
	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 perform certain calculations using the new value of the parameter.

See Also