operator * abstract method

Vector operator *(
  1. Object value
)

Element-wise multiplication

Implementation

Vector operator *(Object value);