EEex_UnsetBits

EEex_UnsetBits(original, bitsString)

Sets all the bit values in original to 0 that match the bitwise mask in the bitsString

Parameters

  • original - original bits values

  • bitsString - string containing a bitwise value to use as a bitwise mask

Return

Returns the original value adjusted with the new bitsString mask

Example

EEex_UnsetBits()

See Also

EEex_SetBits, EEex_SetBit, EEex_SetMask, EEex_UnsetBit, EEex_UnsetMask