Exemple #1
0
 public long round(RoundingMode roundingMode)
 {
     return(Self.round(roundingMode));
 }
Exemple #2
0
 public decimal setScale(int scale, RoundingMode roundingMode)
 {
     return(Self.setScale(scale, roundingMode));
 }
Exemple #3
0
 public decimal divide(decimal divisor, int scale, RoundingMode roundingMode)
 {
     return(Self.divide(divisor, scale, roundingMode));
 }