IFitFunctionParameterName Method |
Returns the ith parameter name.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax string ParameterName(
int i
)
Parameters
- i Int32
- Index of the parameter.
Return Value
StringThe name of the ith paramter.
See Also