public Vector(x as NUMBER, y as NUMBER):
Creates a vector from its components.
x
y
v = Vector<Double>(3.0, 4.0)