BigInteger: BitwiseNot

BitwiseNot

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



 Public Function BitwiseNot ( ) As BigInteger

Return Values

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

See Also

Project CorLib Overview

Class BigInteger Overview