示例#1
0
 public static Decimal Ceiling(Decimal d)
 {
     return(Decimal.Ceiling(d));
 }