floor method

Vector floor()

Implementation

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