Lidgren Network Library documentation |
NetBitVector..::..Get Method |
NetBitVector Class See Also Send Feedback |
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
C# |
---|
public bool Get( int bitIndex ) |
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)"]