Click or drag to resize

FourPointPeakEvaluationOptions Class

Options for a peak evaluation that uses 4 points on a curve. The outer two points on the curve define a straight line under the peak. The two inner points designate the minimal x and maximal x values to start and stop the integration. Furthermore, it is assumed that the peak maximum is located between the two inner points.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.SignalsFourPointPeakEvaluationOptions

Namespace: Altaxo.Science.Signals
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class FourPointPeakEvaluationOptions : IImmutable, 
	IEquatable<FourPointPeakEvaluationOptions>

The FourPointPeakEvaluationOptions type exposes the following members.

Constructors
 NameDescription
Public methodFourPointPeakEvaluationOptionsInitializes a new instance of the FourPointPeakEvaluationOptions class
Top
Properties
 NameDescription
Public propertyIncludeOriginalPointsInOutput Gets a value indicating whether the original (measured) data points should be included in the output.
Public propertyIndexLeftInner Gets the index of the second point of the left line.
Public propertyIndexLeftOuter Gets the index of the first point of the left line.
Public propertyIndexRightInner Gets the index of the second point of the right line.
Public propertyIndexRightOuter Gets the index of the first point of the right line.
Top
Methods
 NameDescription
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
See Also