addScalar method

Vector addScalar(
  1. num s
)

Implementation

Vector addScalar(num s) {
  throw('Not implimented in Vector type yet');
}