length method

double length()

Implementation

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