NevronOpenVision
Nevron.Nov.DataStructures Namespace / NBitMatrix Class


NBitMatrix Class Methods

For a list of all members of this type, see NBitMatrix members.

Public Methods
 NameDescription
Public MethodSets all bits in this bit matrix to 0 (false).  
Public MethodGets the number of values equal to the given one in the specified row.  
Public MethodSets all bits in this bit matrix to the given value.  
Public MethodSets all bits in the specified column to the given value.  
Public MethodSets all bits in the specified row to the given value.  
Public MethodReturns a System.String that represents the current NBitMatrix.  
Top
Protected Methods
 NameDescription
Protected MethodGets the bit at the specified location.  
Protected MethodSets the bit at the specified location to the given value and returns true if the bit value has been changed (that is if it has a value different from the given one).  
Top
See Also