| MzGroup {BioNovoGene.Analytical.MassSpectrometry.Math} | .NET clr documentation | 
XIC dataset that used for deconv
A collection of the ChromatogramTick data that tagged with a numeric m/z value.
            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math
export class MzGroup {
   MaxInto: double;
   # target ion m/z
   mz: double;
   rt: DoubleRange;
   # get point counts of MzGroup.XIC.
   size: integer;
   # usually be the sample data file name.
   tag: string;
   TIC: double;
   # the chromatogram data of current target ion
   XIC: ChromatogramTick[];
}
        
        rt: DoubleRangeXIC: ChromatogramTick