Common Reference > VectorMath Class > Drop Method > (Int32[],Int32) VectorMath.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 ...VectorMath.Drop Method
Send comments on this topic © Dyalog Ltd 2021
|