FitElementSetParameterName Method |
Sets the ith parameter name.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetParameterName(
string value,
int i
)
Parameters
- value String
- The new value of the parameter.
- i Int32
- Index of the parameter.
See Also