ms2 {BioNovoGene.Analytical.MassSpectrometry.Math.Spectra} .NET clr documentation

ms2

Description

A spectra fragment with m/z and into data.

[mz, into, annotation] the mass spectrum data model that based on this peak collection has: + PeakMs2 + PeakList a more complex of this spectrum peak data model is SpectrumPeak object

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.Spectra
export class ms2 {
   # Peak annotation data or something else
   Annotation: string;
   # Relative intensity.(percentage)
   intensity: double;
   # Molecular fragment m/z.(or the mass value)
   mz: double;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]