Click or drag to resize

XToXLineBase Class

Base type for baseline estimation methods that use a straight line between two x-axis anchor points.
Inheritance Hierarchy

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public abstract class XToXLineBase : IImmutable, 
	IEquatable<XToXLineBase>

The XToXLineBase type exposes the following members.

Constructors
 NameDescription
Protected methodXToXLineBaseInitializes a new instance of the XToXLineBase class
Top
Properties
 NameDescription
Public propertyX0 Gets the first x-axis anchor point.
Public propertyX1 Gets the second x-axis anchor point.
Top
Methods
 NameDescription
Public methodExecute(Double, Double, Int32) 
Public methodExecute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) Executes the baseline estimation algorithm for the provided spectrum and writes the estimated baseline into result.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
Fields
 NameDescription
Protected field_x0 
Protected field_x1 
Top
See Also