Reference > VectorMath Class > Drop Method > (Double[],Int32)

Drop Method (Double[],Int32)

Create a double vector by removing count items from a given double vector.

public static double[] Drop(
    double[] existing,
    int count
);

See also ...

Drop Method


Send comments on this topic
© Dyalog Ltd 2013