| IonPair {BioNovoGene.Analytical.MassSpectrometry.Math.MRM.Models} | .NET clr documentation | 
Data model for the MRM ion pair
            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.MRM.Models
export class IonPair {
   # The database accession ID
   accession: string;
   # The display title name
   name: string;
   # Q1 precursor ion m/z
   precursor: double;
   # Q3 product ion m/z
   product: double;
   rt: Nullable`1;
}
        
        rt: Nullable`1