NevronOpenVision
Nevron.Nov.DataStructures Namespace / NBitMatrix Class
Fields Properties Methods


NBitMatrix Class Members

The following tables list the members exposed by NBitMatrix.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Protected Fields
 NameDescription
Protected Field  
Protected Field  
Protected Field  
Top
Public Properties
 NameDescription
Public PropertyGet the height (the number of rows) in this bit matrix.  
Public PropertyGets or sets the value at the specified location.  
Public PropertyGets the width (the number of columns) in this bit matrix.  
Top
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