KeepCoding KeepCoding.BigInt BigInt.operator ~(BigInt) Operator Returns the bitwise inverse (bitwise NOT). public static KeepCoding.BigInt operator ~(KeepCoding.BigInt op); Parameters op BigInt Returns BigInt