Method GetBit
GetBit(Int32)
Returns 1 if the bit is set, 0 if not.
The index
should be less than the Length.
Declaration
public virtual int GetBit(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Int32 |