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