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 FullWidthHalfMaximum of the peak.
(Inherited from PeakFittingBase) | |
IsMinimalFWHMValueInXUnits | (Inherited from PeakFittingBase) | |
MinimalFWHMValue | (Inherited from PeakFittingBase) |
Name | Description | |
---|---|---|
Execute(Double, Double, IEnumerablePeakDescription, CancellationToken) | ||
Execute(Double, Double, Int32, IReadOnlyListValueTupleIReadOnlyListPeakDescription, Int32, Int32, CancellationToken) | ||
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 | ||
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) |