Sets the specified bit in the given number to 1.
The modified number with the specified bit set to 1.
The original number whose bit will be modified.
The position of the bit to set to 1 (0-based index).
Generated using TypeDoc
Sets the specified bit in the given number to 1.
Returns
The modified number with the specified bit set to 1.