Rounds a vector to the nearest integer.
assert(round(vector(.25, .5, .75)) == vector(0, 1, 1));
See Implementation
Rounds a vector to the nearest integer.