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