Peak |
public class PeakFittingBase : IEquatable<PeakFittingBase>
The PeakFittingBase type exposes the following members.
| Name | Description | |
|---|---|---|
| PeakFittingBase | Initializes a new instance of the PeakFittingBase class |
| Name | Description | |
|---|---|---|
| FitFunction | Gets/sets the fit function to use. | |
| 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. | |
| IsMinimalFWHMValueInXUnits | Gets a value indicating whether MinimalFWHMValue is specified in x-units. | |
| MinimalFWHMValue | Gets/sets the minimal allowed FWHM value. |
| Name | Description | |
|---|---|---|
| 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) |