可以这样处理:
Dim a As Double = 215.91Dim b As Double = 43.5Dim c As Double = a*b + 0.0000000001Output.show(c)Output.show(Round2(c,2))