Click or drag to resize

PeakDescription Class

Describes a single peak found by a peak searching algorithm.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.PeakSearchingPeakDescription

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class PeakDescription : IEquatable<PeakDescription>

The PeakDescription type exposes the following members.

Constructors
 NameDescription
Public methodPeakDescriptionInitializes a new instance of the PeakDescription class
Top
Properties
 NameDescription
Public propertyAbsoluteHeightOfWidthDetermination Gets the absolute height of the peak that was used to measure the width.
Public propertyHeight Gets the peak's total height.
Public propertyPositionIndex Gets the peak position as an index within the spectral region.
Public propertyPositionValue Gets the position value. If an x-axis was provided for the peak searching algorithm, this contains the x-value at the peak position; otherwise, it is the same value as PositionIndex.
Public propertyProminence Gets the peak prominence.
Public propertyRelativeHeightOfWidthDetermination Gets the relative height of the peak that was used to measure the width.
Public propertyWidthPixels Gets the peak width, in points.
Public propertyWidthValue Gets the peak width, in x-units.
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