chromatography
    Preparing search index...

    Interface ChromatogramRange

    Chromatographic range, in retention time units.

    interface ChromatogramRange {
        from: number;
        to: number;
    }
    Index

    Properties

    Properties

    from: number

    First retention time of the range (inclusive)

    to: number

    Last retention time of the range (exclusive)