Interface XSequentialFillFromToOptions<ArrayConstructorType>

interface XSequentialFillFromToOptions {
    ArrayConstructor?: ArrayConstructorType;
}

Type Parameters

Properties

ArrayConstructor?: ArrayConstructorType

Allows to specify the type of array to use.

Default

Float64Array