Creates a deep copy of this OneVariableFunctionFitter.

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

Syntax

C#
public virtual Object Clone()
Visual Basic (Declaration)
Public Overridable Function Clone As Object
Visual C++
public:
virtual Object^ Clone()

Return Value

A deep copy of this OneVariableFunctionFitter.

Implements

ICloneable..::.Clone()()()

See Also