Thank you but these are still not integers. I know how to initialize them but no matter what you put in there it puts that decimal point in front. I need to use these vectors as an indexing vector.
but this is component by component. For example for a numpy array you can just say
np.array([1.2,3.2], dtype=int)
Is there a syntax like dtype that can apply to all the components of Vector at once.