EEex_UnsetBit
EEex_UnsetBit(original, toUnsetIndex)
Sets the bit value to 0 as specified by toUnsetIndex in original value
Parameters
original - original bits value
toUnsetIndex - bit index into the value to set to 0
Return
Returns the original value adjusted with the new bit setting
Example
EEex_UnsetBit()
See Also
EEex_SetBit, EEex_SetBits, EEex_SetMask, EEex_UnsetBits, EEex_UnsetMask