ml-spectra-processing
    Preparing search index...

    Interface XZonesEquallySpacedOptions

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

    Properties

    Properties

    from?: number

    from - the minimum x value

    zones[0].from
    
    to?: number

    to - the maximum x value

    zones[zones.length-1].to