Chromatogram {BioNovoGene.Analytical.MassSpectrometry.Math.Chromatogram} .NET clr documentation

Chromatogram

Description

A data union model of TIC/BPC

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.Chromatogram
export class Chromatogram {
   # base peak intensity
   BPC: double;
   # the length of Chromatogram.scan_time data points.
   length: integer;
   maxInto: double;
   # usually be a sample name
   name: string;
   scan_time: double;
   # total ion current
   TIC: double;
}

        

.NET clr type reference tree

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