رُند کردن :
int x = (int)Math.Round(2.5555); // x == 3
گرد کردن تا دو رقم اعشار :
decimal x = Math.Round(2.5555, 2); // x == 2.56