LevMarAdapterGetDependentVariablesInUse Method |
Returns the array of indices of dependent variables that are currently in use (i.e. associated with a data column).
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int[] GetDependentVariablesInUse(
int idxFitElement
)
Parameters
- idxFitElement Int32
Return Value
Int32[Missing <returns> documentation for "M:Altaxo.Calc.Regression.Nonlinear.LevMarAdapter.GetDependentVariablesInUse(System.Int32)"]
See Also