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