Represents operator op_Subtraction(Vector<T>,Vector<T>).
public class operator Subtract(const left, right: Vector<T>): Vector<T>; inline;