"ctbiu" wrote in message
news:506500000005000000BC930000-1027480788000@exchange.ni.com...
> Hi Kim
>
> Round to nearest is not suitable in my case becasuse it round to an
> integer. I need to round to 2 decimal points. How to do that?
> Thanks for your help.
Multiply by 100, round to nearest, divide by 100. You can generalize it to
any N decimal places by using the power of 10 function.