DataFile {BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative} .NET clr documentation

DataFile

Description

model for a single rawdata file

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative
export class DataFile {
   filename: string;
   FileType: SampleFiles;
   # the multiple ion peak area data
   ionPeaks: IonPeakTableRow[];
}

        

.NET clr type reference tree

  1. use by property member FileType: SampleFiles
  2. use by property member ionPeaks: IonPeakTableRow

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