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