BuiltinFitFunctionInformation Constructor |
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic BuiltinFitFunctionInformation(
FitFunctionCreatorAttribute creatorattrib,
MethodInfo method
)
Parameters
- creatorattrib FitFunctionCreatorAttribute
- The creator attribute.
- method MethodInfo
- The method that creates the fit function.
See Also