Click or drag to resize

FitFunctionExeBaseIndependentVariableName Method

Returns the ith independent variable name.

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

Parameters

i  Int32
Index of the independent variable.

Return Value

String
The name of the ith independent variable.

Implements

IFitFunctionIndependentVariableName(Int32)
See Also