Click or drag to resize

FitFunctionDDWrapper Class

Simple wrapper around an IFitFunction that stores the function and the parameters and mimics a scalar function of one independent variable and one dependent variable.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.FitFunctionsFitFunctionDDWrapper

Namespace: Altaxo.Calc.FitFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class FitFunctionDDWrapper : IScalarFunctionDD, 
	IImmutable, IEquatable<FitFunctionDDWrapper>

The FitFunctionDDWrapper type exposes the following members.

Constructors
 NameDescription
Public methodFitFunctionDDWrapper Initializes a new instance of the FitFunctionDDWrapper class.
Top
Properties
 NameDescription
Public propertyFitFunction Gets the fit function.
Public propertyParameters Gets the parameters.
Top
Methods
 NameDescription
Public methodEvaluate 
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also