GetFirstSetIndex Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets the first (lowest) index set to true

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public int GetFirstSetIndex()
Visual Basic
Public Function GetFirstSetIndex As Integer
Visual C++
public:
int GetFirstSetIndex()

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetBitVector.GetFirstSetIndex"]

See Also