Common Reference > VectorMath Class > Catenate Method > (Int32[],Double) VectorMath.Catenate Method (Int32[],Double)
Catenate a an integer vector to a double scalar.
public static double[] Catenate(
int[] v1,
double v2
);
See also ...VectorMath.Catenate Method
Send comments on this topic © Dyalog Ltd 2021
|