Common Reference > VectorMath Class > Tail Method > (Double[],Int32) VectorMath.Tail Method (Double[],Int32)
Create a double vector from the last count items of a double vector.
public static double[] Tail(
double[] existing,
int count
);
See also ...VectorMath.Tail Method
Send comments on this topic © Dyalog Ltd 2021
|