Sets a curve parameter to the specified value.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void SetParameter(
int index,
double value
)
Public Sub SetParameter (
index As Integer,
value As Double
)
public:
void SetParameter(
int index,
double value
)
member SetParameter :
index : int *
value : float -> unit
Parameters
- index
- Type: SystemInt32
The index of the parameter. - value
- Type: SystemDouble
The new value of the parameter.
Reference