BitArraySetBits Method
Sets a specified series of bits.
Namespace: SnapDB.CollectionsAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void SetBits(
int index,
int length
)
Public Sub SetBits (
index As Integer,
length As Integer
)
public:
void SetBits(
int index,
int length
)
function SetBits(index, length);
Parameters
- index Int32
- Starting index to set.
- length Int32
- Length of bits to set.