Curve.SetParameter Method

Sets a curve parameter to the specified value.

Definition

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

Parameters

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

See Also