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.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IReadableColumn? DependentVariables(
int i
)
Parameters
- i Int32
- Index.
Return Value
IReadableColumnThe ith dependent variable column, or
null if such a column is no longer available.See Also