ClearBit (class MKI_BITFIELD) New in Version 6.50 |
www.CAD6.com |
C++ Syntaxvoid MKI_BITFIELD::ClearBit( const unsigned f_unBitNum );
Sets the given bit to 0.
ParametersBitNum [const unsigned] Number of the bit to access. Bit 0 is the highest bit in the first byte, bit 7 is the lowest bit in the first byte, bit 8 is the highest bit in the second byte, and so on. If BitNum is out of range, nothing will be done.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH