Click or drag to resize

FitFunctionExeBaseParameterName Method

Returns the ith parameter name.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual string ParameterName(
	int i
)

Parameters

i  Int32
Index of the parameter.

Return Value

String
The name of the ith paramter.

Implements

IFitFunctionParameterName(Int32)
See Also