/// <summary> /// IVector - Vector /// </summary> public static IVector operator -(IVector l, Vector r) { return(Vectors.Sub(l, r, new Vector(l.Size))); }