Interface XSequentialFillFromStepOptions<ArrayConstructorType>

interface XSequentialFillFromStepOptions {
    ArrayConstructor?: ArrayConstructorType;
}

Type Parameters

Properties

ArrayConstructor?: ArrayConstructorType

Allows to specify the type of array to use.

Default

Float64Array