CubicSpline.OnParameterChanged Method

Called after a curve parameter has changed.

Definition

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

Parameters

index  Int32
An integer specifying the index of the parameter.
value  Double
The new value of the parameter.

Remarks

This method is called internally to ensure that the internal representation is kept up to date.

See Also