Click or drag to resize

FitElementParameterName Method

Gives 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 string ParameterName(
	int i
)

Parameters

i  Int32
Index of the parameter whose name is to be retrieved.

Return Value

String
The ith parameter name. Returns null if the _fitFunction is null. Otherwise, if _parameterNames[i] is not null, returns this value. If _parameterNames[i] is null then the value of _parameterNameStart is concenated with the original parameter name of the fit function and that value is returned.
See Also