Click or drag to resize

FitElement(FitElement) Constructor

Initializes a new instance of the FitElement class by copying another fit element.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FitElement(
	FitElement from
)

Parameters

from  FitElement
The fit element to copy.
See Also