Gets the bit/bool at the specified index
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
Visual Basic |
---|
Public Function Get ( _
bitIndex As Integer _
) As Boolean |
Visual C++ |
---|
public:
bool Get(
int bitIndex
) |
Parameters
- bitIndex
- Type: System..::..Int32
[Missing <param name="bitIndex"/> documentation for "M:Lidgren.Network.NetBitVector.Get(System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lidgren.Network.NetBitVector.Get(System.Int32)"]
See Also