Click or drag to resize

FitFunctionServiceReadUserDefinedFitFunction Method

This reads a fit function, that is stored in xml format onto disc.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IFitFunction? ReadUserDefinedFitFunction(
	FileBasedFitFunctionInformation info
)

Parameters

info  FileBasedFitFunctionInformation
The fit function information (only the file name is used from it).

Return Value

IFitFunction
The fit function, or null if the fit function could not be read.
See Also