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.3572.0 (4.8.3572.0)
Syntax
C#
public DependentVariableTransformationController(
	IDoubleToDoubleTransformation? doc,
	string variableName = "y"
)

Parameters

doc  IDoubleToDoubleTransformation
The transformation to edit.
variableName  String  (Optional)
The dependent variable name.
See Also