ml-spectra-processing
    Preparing search index...

    Interface FromToWithNumberOfPoints

    interface FromToWithNumberOfPoints {
        from: number;
        numberOfPoints: number;
        to: number;
    }

    Hierarchy

    • FromTo
      • FromToWithNumberOfPoints
    Index

    Properties

    from: number
    numberOfPoints: number
    to: number