ConversionNot Method

Overload List

Not(UInt16) Return the binary compliment of the specified value.
Not(UInt32) Return the binary compliment of the specified value.
Not(UInt64) Return the binary compliment of the specified value.
Not(UInt16, UInt16) Return the NAND result of values 1 and 2.
Not(UInt32, UInt32) Return the NAND result of values 1 and 2.
Not(UInt64, UInt64) Return the NAND result of values 1 and 2.

See Also