Method Set
Set(Int32)
Declaration
public void Set(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Set(Int32, Int32)
Sets a range of bits
Declaration
public void Set(int startIndex, int endIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | startIndex | Lower index |
System.Int32 | endIndex | One-past the last bit to set |