Constructs a OneVariableFunctionFitter instance with the given generalized function.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public OneVariableFunctionFitter(
	NMathFunctions..::.GeneralizedDoubleUnaryFunction f
)
Visual Basic (Declaration)
Public Sub New ( _
	f As NMathFunctions..::.GeneralizedDoubleUnaryFunction _
)
Visual C++
public:
OneVariableFunctionFitter(
	NMathFunctions..::.GeneralizedDoubleUnaryFunction^ f
)

See Also