Click or drag to resize

PeakSearchingNone Class

[Missing <summary> documentation for "T:Altaxo.Science.Spectroscopy.PeakSearching.PeakSearchingNone"]

Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.PeakSearchingPeakSearchingNone

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class PeakSearchingNone : IPeakSearching

The PeakSearchingNone type exposes the following members.

Constructors
 NameDescription
Public methodPeakSearchingNoneInitializes a new instance of the PeakSearchingNone class
Top
Methods
 NameDescription
Public methodStatic memberCombineResults Combines the results of two list of PeakDescriptions into one list. Note that both lists must be already sorted by position!
Public methodStatic memberConvertToRegularPeakDescription Converts a peak description that was retrieved from an enhanced spectrum to a regular peak description.
Public methodStatic memberDoPeaksCoincide Determine if two peaks do coincide.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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 methodStatic memberGetCoincidingPeaksEnhanced Give a peak from the regular spectrum, this function finds the coinciding peaks of the peak search in the enhanced spectrum.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberGetWidthValue Gets the width value from the fractional indices of the left side, the peak position, and the right side.
Public methodStatic memberIsInRange Determines whether the fractional index is in the range of the x-array, so that it can be converted to an x-value.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also