ml-spectra-processing
    Preparing search index...

    Interface XDivideOptions<ArrayType>

    interface XDivideOptions<ArrayType extends NumberArray = Float64Array> {
        output?: ArrayType;
    }

    Type Parameters

    • ArrayType extends NumberArray = Float64Array
    Index

    Properties

    Properties

    output?: ArrayType

    output into which the result should be placed if needed. In can be the same as array1 in order to have in-place modification