ml-spectra-processing
    Preparing search index...

    Interface ZonesWithPointsOptions

    interface ZonesWithPointsOptions {
        from?: number;
        to?: number;
    }
    Index

    Properties

    Properties

    from?: number

    specify min value of zones

    Number.NEGATIVE_INFINITY
    
    to?: number

    specify max value of zones

    Number.POSITIVE_INFINITY