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