Click or drag to resize

DocumentFitFunctionInformationCreateFitFunction Method

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

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

Return Value

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

Implements

IFitFunctionInformationCreateFitFunction
See Also