Common Reference > VectorMath Class > Enlist Method VectorMath.Enlist Method
Catenate a list of vectors together.
public static double[] Enlist(
double[][] vectors
);
Example
series = VectorMath.Enlist(new double[][]{series1,series2,series3});
Overloads
Send comments on this topic © Dyalog Ltd 2021
|