Click or drag to resize

InterpolatedPeakFunctionFrom2DTableInitialize Method

Initializes the component, setting up necessary resources and configurations.

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void Initialize()
Remarks
This 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