lua.wetgenes.tardis.array.round
r=it:round(r)
r=it:round(it.new())
Perform math.floor( v+0.5 ) on all values of this array. Which will round up or down to the nearest integer.
If r is provided then the result is written into r and returned otherwise it is modified and returned.