Interface XSamplingOptions

interface XSamplingOptions {
    length?: number;
}

Properties

Properties

length?: number

number of points to sample within the array

Default

10