ml-spectra-processing
    Preparing search index...

    Interface XSamplingOptions

    interface XSamplingOptions {
        length?: number;
    }
    Index

    Properties

    Properties

    length?: number

    number of points to sample within the array

    10