示例#1
0
 public static BigDouble Add(this BigDouble value, BigDouble other)
 {
     return(BigDouble.Add(value, other));
 }