Common Reference > VectorMath Class > Catenate Method VectorMath.Catenate Method
Catenate a vector to another vector (or scalar).
public static double[] Catenate(
double v1,
double[] v2
);
Example
series3 = VectorMath.Catenate(series1,series2);
Overloads
Send comments on this topic © Dyalog Ltd 2021
|