Peak |
public class PeakFittingTogether : PeakFittingBase, IPeakFitting, IEquatable<PeakFittingTogether>
The PeakFittingTogether type exposes the following members.
| Name | Description | |
|---|---|---|
| PeakFittingTogether | Initializes a new instance of the PeakFittingTogether class |
| Name | Description | |
|---|---|---|
| FitFunction |
Gets/sets the fit function to use.
(Inherited from PeakFittingBase) | |
| FitWidthScalingFactor |
Gets/sets the scaling factor of the fit width.
To calculate the fit width, the scaling factor is multiplied by the full width at half maximum (FWHM) of the peak.
(Inherited from PeakFittingBase) | |
| IsMinimalFWHMValueInXUnits |
Gets a value indicating whether MinimalFWHMValue is specified in x-units.
(Inherited from PeakFittingBase) | |
| MinimalFWHMValue |
Gets/sets the minimal allowed FWHM value.
(Inherited from PeakFittingBase) |
| Name | Description | |
|---|---|---|
| Execute(Double, Double, IEnumerablePeakDescription, CancellationToken) | ||
| Execute(Double, Double, Int32, IReadOnlyListValueTupleIReadOnlyListPeakDescription, Int32, Int32, CancellationToken) | Executes the peak fitting algorithm. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetPeakDescriptionList | Creates the list of fitted peaks from the global fit result. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | (Overrides PeakFittingBase.ToString) |