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

SpectrumComment

Description

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.Spectra
export class SpectrumComment extends Enum {
   none: SpectrumComment = 0;

   experiment: SpectrumComment = 1;

   reference: SpectrumComment = 2;

   precursor: SpectrumComment = 4;

   b: SpectrumComment = 8;

   y: SpectrumComment = 16;

   b2: SpectrumComment = 32;

   y2: SpectrumComment = 64;

   b_h2o: SpectrumComment = 128;

   y_h2o: SpectrumComment = 256;

   b_nh3: SpectrumComment = 512;

   y_nh3: SpectrumComment = 1024;

   b_h3po4: SpectrumComment = 2048;

   y_h3po4: SpectrumComment = 4096;

   tyrosinep: SpectrumComment = 8192;

   metaboliteclass: SpectrumComment = 16384;

   acylchain: SpectrumComment = 32768;

   doublebond: SpectrumComment = 65536;

   snposition: SpectrumComment = 131072;

   doublebond_high: SpectrumComment = 262144;

   doublebond_low: SpectrumComment = 524288;

   c: SpectrumComment = 1048576;

   z: SpectrumComment = 2097152;

   c2: SpectrumComment = 4194304;

   z2: SpectrumComment = 8388608;

}

        

.NET clr type reference tree

  1. this class extends from Enum class: Enum
  2. use by field member none: SpectrumComment
  3. use by field member experiment: SpectrumComment
  4. use by field member reference: SpectrumComment
  5. use by field member precursor: SpectrumComment
  6. use by field member b: SpectrumComment
  7. use by field member y: SpectrumComment
  8. use by field member b2: SpectrumComment
  9. use by field member y2: SpectrumComment
  10. use by field member b_h2o: SpectrumComment
  11. use by field member y_h2o: SpectrumComment
  12. use by field member b_nh3: SpectrumComment
  13. use by field member y_nh3: SpectrumComment
  14. use by field member b_h3po4: SpectrumComment
  15. use by field member y_h3po4: SpectrumComment
  16. use by field member tyrosinep: SpectrumComment
  17. use by field member metaboliteclass: SpectrumComment
  18. use by field member acylchain: SpectrumComment
  19. use by field member doublebond: SpectrumComment
  20. use by field member snposition: SpectrumComment
  21. use by field member doublebond_high: SpectrumComment
  22. use by field member doublebond_low: SpectrumComment
  23. use by field member c: SpectrumComment
  24. use by field member z: SpectrumComment
  25. use by field member c2: SpectrumComment
  26. use by field member z2: SpectrumComment

[Package {$package} version {$version} Index]