[#BloombergLP-bdlc-BitArray-assign0-069] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/BitArray.adoc[BitArray]::assign0 :relfileprefix: ../../../ :mrdocs: Set to 0 the specified `numBits` values in this array, beginning at the specified `index`. The behavior is undefined unless `index + numBits <= length()`. == Synopsis Declared in `<bdlc_bitarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void assign0( std::size_t index, std::size_t numBits); ---- == Parameters [cols="1,4"] |=== | Name| Description | *index* | starting bit position to clear | *numBits* | number of bits to clear |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#