Click or drag to resize

IFitFunctionInformationCreateFitFunction Method

Creates an instances of the fit function this info belongs to.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IFitFunction CreateFitFunction()

Return Value

IFitFunction
Instance of the fit function. An exception is thrown if the fit function could not be created.
See Also