示例#1
0
 public static BigInteger operator -(BigInteger a)
 {
     return(BigMath.Negate(a));
 }