C#中怎么对double型取两位小数。

例:
Double a = 2.1234567;
Math.Round(a,2);
posted @ 2014-08-21 10:25  Ji Nerd  阅读(716)  评论(0编辑  收藏  举报