Common Reference > VectorMath Class > Tail Method > (Int32[],Int32) VectorMath.Tail Method (Int32[],Int32)
Create an integer vector from the last elements of existing integer vector and new element count.
public static int[] Tail(
int[] existing,
int count
);
See also ...VectorMath.Tail Method
Send comments on this topic © Dyalog Ltd 2021
|