Peak |
public class PeakFittingSeparately : PeakFittingBase, IPeakFitting, IEquatable<PeakFittingSeparately>
The PeakFittingSeparately type exposes the following members.
| Name | Description | |
|---|---|---|
| PeakFittingSeparately | Initializes a new instance of the PeakFittingSeparately 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) | Fits each peak described by peakDescriptions individually. | |
| 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) | |
| 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) |