operator + abstract method

Vector operator +(
  1. Object value
)

Element-wise addition

Implementation

Vector operator +(Object value);