InterpolatedPeakFunctionFromMatrixInitialize Method |
Initializes the component, setting up necessary resources and configurations.
Namespace: Altaxo.Calc.FitFunctions.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual void Initialize()
RemarksThis method must be implemented by derived classes to define specific initialization logic.
It is called if any of the methods that needs
Spline is called, and
Spline is
null.
Thus, after calling the method,
Spline should be valid.
See Also