Click or drag to resize

FitFunctionExeBaseDependentVariableName Method

Returns the ith dependent variable name.

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

Parameters

i  Int32
Index of the dependent variable.

Return Value

String
The name of the ith dependent variable.

Implements

IFitFunctionDependentVariableName(Int32)
See Also