Curve.SetParameter Method

Sets a curve parameter to the specified value.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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