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

Drop Method (Int32[],Int32)

Create an integer vector by removing count items from an existing integer vector.

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

See also ...

Drop Method


Send comments on this topic
© Dyalog Ltd 2013