ml-spectra-processing
    Preparing search index...

    Interface XSequentialFillFromToOptions<ArrayConstructorType>

    interface XSequentialFillFromToOptions<
        ArrayConstructorType extends
            NumberArrayConstructor = Float64ArrayConstructor,
    > {
        ArrayConstructor?: ArrayConstructorType;
    }

    Type Parameters

    Index

    Properties

    ArrayConstructor?: ArrayConstructorType

    Allows to specify the type of array to use.

    Float64Array