BigInteger: NotBits

NotBits

Peforms a bitwise NOT of this BigInteger instance and the value passed in.



 Public Function NotBits ( ) As BigInteger

Return Values

BigInteger -  A new BigInteger value containing the performed bitwise NOT result.

Remarks

See Also

Project CorLib Overview
Class BigInteger Overview