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