round method

Vector round()

Implementation

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