Hi,
Is there a easier way of rounding of a double

I use the following

Code:
dim test1 as double
test1 = math.round(a*b, 2)
thanks