Click or drag to resize

FileBasedFitFunctionInformation Constructor

Initializes a new instance of the FileBasedFitFunctionInformation class.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FileBasedFitFunctionInformation(
	string category,
	string name,
	DateTime creationTime,
	string description,
	string fullfilename
)

Parameters

category  String
The fit function category.
name  String
The fit function name.
creationTime  DateTime
The creation time.
description  String
The fit function description.
fullfilename  String
The file name that stores the fit function.
See Also