Click or drag to resize

DependentVariableTransformationController(IDoubleToDoubleTransformation, String) Constructor

Initializes a new instance of the DependentVariableTransformationController class

Namespace: Altaxo.Gui.Analysis.NonLinearFitting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DependentVariableTransformationController(
	IDoubleToDoubleTransformation? doc,
	string variableName = "y"
)

Parameters

doc  IDoubleToDoubleTransformation

[Missing <param name="doc"/> documentation for "M:Altaxo.Gui.Analysis.NonLinearFitting.DependentVariableTransformationController.#ctor(Altaxo.Data.Transformations.IDoubleToDoubleTransformation,System.String)"]

variableName  String  (Optional)

[Missing <param name="variableName"/> documentation for "M:Altaxo.Gui.Analysis.NonLinearFitting.DependentVariableTransformationController.#ctor(Altaxo.Data.Transformations.IDoubleToDoubleTransformation,System.String)"]

See Also