Count Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Returns the number of bits/booleans set to one/true

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

Syntax

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

Return Value

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

See Also