company logo

bit type

Bit type values are bit aligned integer type values, i.e. the size and the position of a bit type value is not necessarily on byte boundary. Bit types with size 1 represent Boolean values (0 false, 1 true). Using bit values instead of integers or Boolean values is only a question of performance and storage requirements.

Generalisations:  integer type
References

Related topics