Beispiel #1
0
 public TAmountInt IntRoundUp(TAmountDec valueDec)
 {
     return(RoundingInt.RoundUp(valueDec));
 }
 public static Int32 IntRoundUp(decimal valueDec)
 {
     return(RoundingInt.RoundUp(valueDec));
 }