示例#1
0
 public Double RoundingDouble(Double Input, Byte Digits)
 {
     return Input.Rounding(Digits);
 }