Curve<T>.SetParameter Method

Sets a curve parameter to the specified value.

Definition

Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
public void SetParameter(
	int index,
	T value
)

Parameters

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

See Also