Click or drag to resize

BitWise Methods

The BitWise type exposes the following members.

Methods
  NameDescription
Public methodStatic memberArrayToBitFlags
Converts a bit array to bit flags within an unsigned integer.
Public methodStatic memberBitFlagsToArray
Converts bit flag fragments of an unsigned integer to a bit array.
Public methodStatic memberCode exampleCopyBits
Copies a subset block of bits from one unsigned integer to another.
Top
See Also