Click or drag to resize

FitFunctionCreatorAttribute(String, String, Int32, Int32, Int32, String) Constructor

Initializes a new instance of the FitFunctionCreatorAttribute class.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public FitFunctionCreatorAttribute(
	string name,
	string category,
	int numIndependentVariables,
	int numDependentVariables,
	int numParameters,
	string? descriptionResource
)

Parameters

name  String
The display name of the fit function.
category  String
The category used to group the fit function.
numIndependentVariables  Int32
The number of independent variables.
numDependentVariables  Int32
The number of dependent variables.
numParameters  Int32
The number of parameters.
descriptionResource  String
An optional resource key that provides a localized description of the fit function.
See Also