Spectral |
public class SpectralPreprocessingOptionsList : SpectralPreprocessingOptionsBase, IEquatable<SpectralPreprocessingOptionsList>
The SpectralPreprocessingOptionsList type exposes the following members.
| Name | Description | |
|---|---|---|
| SpectralPreprocessingOptionsList(IEnumerableISingleSpectrumPreprocessor) | Initializes a new instance from the provided preprocessing elements. | |
| SpectralPreprocessingOptionsList(ISingleSpectrumPreprocessor) | Initializes a new instance from the provided preprocessing elements. |
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements in the collection. (Inherited from SpectralPreprocessingOptionsBase) | |
| Empty | Gets an empty preprocessing list. | |
| InnerList |
Gets the immutable list of preprocessing elements.
(Inherited from SpectralPreprocessingOptionsBase) | |
| Item | Gets the element at the specified index in the read-only list. (Inherited from SpectralPreprocessingOptionsBase) |
| Name | Description | |
|---|---|---|
| CreateWithoutNoneElements | Creates a new instance from the provided elements, omitting elements and elements whose type name contains None. | |
| Execute |
Executes the processor.
(Inherited from SpectralPreprocessingOptionsBase) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from SpectralPreprocessingOptionsBase) | |
| GetProcessorElements |
Gets the processor elements of which this compound consists.
(Inherited from SpectralPreprocessingOptionsBase) | |
| 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 SpectralPreprocessingOptionsBaseToString) | |
| WithAdded | Returns a new instance with the specified processor appended. | |
| WithInserted | Returns a new instance with the specified processor inserted at the specified index. | |
| WithRemovedAt | Returns a new instance with the processor at the specified index removed. |