XTo |
[Missing <summary> documentation for "T:Altaxo.Science.Spectroscopy.BaselineEstimation.XToXLineBase"]
public abstract class XToXLineBase : IImmutable, IEquatable<XToXLineBase>
The XToXLineBase type exposes the following members.
Name | Description | |
---|---|---|
XToXLineBase | Initializes a new instance of the XToXLineBase class |
Name | Description | |
---|---|---|
X0 | Half of the width of the averaging window. This value should be set to roughly the FWHM (full width half maximum) of the broadest peak in the spectrum. | |
X1 | Half of the width of the averaging window. This value should be set to roughly the FWHM (full width half maximum) of the broadest peak in the spectrum. |
Name | Description | |
---|---|---|
Execute(Double, Double, Int32) | ||
Execute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) | Executes the algorithm with the provided spectrum. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |