Click or drag to resize

FitElementSetParameterName Method

Sets the ith parameter name.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetParameterName(
	string value,
	int i
)

Parameters

value  String
The new value of the parameter.
i  Int32
Index of the parameter.
See Also