ml-spectra-processing
    Preparing search index...

    Interface XYSetYValueOptions

    interface XYSetYValueOptions {
        value?: number;
        zones?: FromTo[];
    }
    Index

    Properties

    Properties

    value?: number

    Value to assign to y within the specified zones. Defaults to 0.

    zones?: FromTo[]