Main Content

bitnot

.NET enumeration object bit-wise NOT instance method

Description

objout= bitnot(netobj)reverses all bits of the .NET enumeration objectsnetobj.

Input Arguments

collapse all

Input value, specified as .NET enumeration object. You must be running a version of Windows®to use .NET enumeration objects as input arguments.

Output Arguments

collapse all

Bit-wise NOT result, returned as a .NET enumeration object.

Limitations

  • The method is an instance method for MATLAB®enumeration objects created from a .NET enumeration. This method does not have an equivalent MATLAB function.

Version History

Introduced in R2011a