FitElement(IFitFunction, IRowSelection) Constructor |
Initializes a new instance of the
FitElement class with the specified fit function and row selection.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic FitElement(
IFitFunction fitFunction,
IRowSelection? rowSelection
)
Parameters
- fitFunction IFitFunction
- The fit function.
- rowSelection IRowSelection
- The row selection.
See Also