NetBitVector Methods |
The NetBitVector type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear |
Sets all bits/booleans to zero/false
|
![]() | Count |
Returns the number of bits/booleans set to one/true
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Get |
Gets the bit/bool at the specified index
|
![]() | GetFirstSetIndex |
Gets the first (lowest) index set to true
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsEmpty |
Returns true if all bits/booleans are set to zero/false
|
![]() | RotateDown |
Shift all bits one step down, cycling the first bit to the top
|
![]() | Set |
Sets or clears the bit/bool at the specified index
|
![]() | ToString |
Returns a string that represents this object
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |