clear_bit


Description:

public char clear_bit (char byte_value, size_t position)

Clears the bit value at the given position within the byte. This has the effect of setting the bit value to 0.

Parameters:

byte_value

the byte

position

the position in the byte to clear the bit

Returns:

the new byte value


Namespace: Catalyst.ByteUtils
Package: catalyst-1