示例#1
0
 public String GetFraction(Double Input, Byte FractionDigits)
 {
     return Input.GetFraction(FractionDigits);
 }