Click or drag to resize

BuiltinFitFunctionInformation Constructor

Initializes a new instance of the BuiltinFitFunctionInformation class.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BuiltinFitFunctionInformation(
	FitFunctionCreatorAttribute creatorattrib,
	MethodInfo method
)

Parameters

creatorattrib  FitFunctionCreatorAttribute
The creator attribute.
method  MethodInfo
The method that creates the fit function.
See Also