Method Get
Get(Int32)
Returns the value of the bit with the specified index
.
Declaration
bool Get(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index, should be non-negative and < Length. The result of passing negative or out of bounds values is undefined by this interface, just don't do it! |
Returns
Type | Description |
---|---|
System.Boolean |
|