NonlinearModelOfFitEnsembleCopyParametersForFitElement Method |
Copies the current parameters for the fit element with the provided index into the provided array.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void CopyParametersForFitElement(
int idxFitEle,
double[] parameters
)
Parameters
- idxFitEle Int32
- Index of the fit element.
- parameters Double
- Provided array to copy the current parameters to. Must have same size as NumberOfParameters for the given fit element.
See Also