Interface XSequentialFillFromStepOptions<ArrayConstructorType>

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

Type Parameters

Properties

ArrayConstructor?: ArrayConstructorType

Allows to specify the type of array to use.

Float64Array