negate method

Vector negate()

Implementation

Vector negate() {
  throw('Not implimented in Vector type yet');
}