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