Click or drag to resize

NetBitVector Methods

The NetBitVector type exposes the following members.

Methods
  NameDescription
Public methodClear
Sets all bits/booleans to zero/false
Public methodCount
Returns the number of bits/booleans set to one/true
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGet
Gets the bit/bool at the specified index
Public methodGetFirstSetIndex
Gets the first (lowest) index set to true
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEmpty
Returns true if all bits/booleans are set to zero/false
Public methodRotateDown
Shift all bits one step down, cycling the first bit to the top
Public methodSet
Sets or clears the bit/bool at the specified index
Public methodToString
Returns a string that represents this object
(Overrides ObjectToString.)
Top
Extension Methods
See Also