DependentVariableTransformationController(IDoubleToDoubleTransformation, String) Constructor |
Namespace: Altaxo.Gui.Analysis.NonLinearFittingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DependentVariableTransformationController(
IDoubleToDoubleTransformation? doc,
string variableName = "y"
)
Parameters
- doc IDoubleToDoubleTransformation
- The transformation to edit.
- variableName String (Optional)
- The dependent variable name.
See Also