Click or drag to resize

FitElementDependentVariables Method

Returns the ith dependent variable column. Can return null if the column was set properly, but was disposed in the mean time.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadableColumn? DependentVariables(
	int i
)

Parameters

i  Int32
Index.

Return Value

IReadableColumn
The ith dependent variable column, or null if such a column is no longer available.
See Also