ceil method

Vector ceil()

Implementation

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