Spectrum |
public class SpectrumSubtraction : IDarkSubtraction, ISingleSpectrumPreprocessor, IReferencingXYColumns, IEquatable<SpectrumSubtraction>
The SpectrumSubtraction type exposes the following members.
| Name | Description | |
|---|---|---|
| SpectrumSubtraction | Initializes a new instance of the SpectrumSubtraction class |
| Name | Description | |
|---|---|---|
| XYCurve | Stores the data of the curve, consisting of x-y pairs. | |
| XYDataOrigin | Gets the origin of the referenced x-y data. |
| Name | Description | |
|---|---|---|
| Execute(Double, Double, Double) | Subtracts the referenced spectrum curve from the input spectrum. | |
| Execute(Double, Double, Int32) | Executes the processor. | |
| 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 | Returns a string that represents the current object. (Overrides ObjectToString) |