コード例 #1
0
ファイル: BigInteger.cs プロジェクト: bugbit/algebra
 public static BigInteger operator ~(BigInteger a)
 {
     return(BigMath.Not(a));
 }