Data
- SpecDataPoint The basic unit of information in a spectrum (i.e., m/z and intensity).
- SpecDataPointEx An extended unit of information in a spectrum (i.e., m/z, intensity, and more).
- Spectrum A collection of data points acquired during ion analysis.
- SpectrumEx A collection of extended data points acquired during ion analysis.
- TSpectrum<T> A generic class for creating spectrum objects with any type of data point.
- ISpecDataPoint Abstract design for the data points stored in a spectrum.