Post

ISpecDataPoint

Abstract design for the data points stored in a spectrum.


Remarks

Defines the minimum contents that must exist for any spectrum data point.


Properties

IdentifierTypeDescription
MzdoubleGets/sets the m/z value of a spectral data point.
IntensitydoubleGets/sets the intensity value of a spectral data point.

Methods

MethodReturnsDescription
Read (BinaryReader)voidReads the Mz and Intensity value from a BinaryReader.
Write (BinaryWriter)voidWrites the Mz and Intensity value to a BinaryWriter.

Example

This post is licensed under CC BY 4.0 by the author.

Trending Tags