無條件進位. double s = 100; int result = 0; result = Convert.ToInt16(Math.Ceiling(s / 3));. 2,無條件捨去 double s = 100; int result = 0; result =Convert.ToInt16( Math.
sites.google.com