Name | Description | |
---|---|---|
NBitMatrix Constructor | Overloaded. |
The following tables list the members exposed by NBitMatrix.
Name | Description | |
---|---|---|
NBitMatrix Constructor | Overloaded. |
Name | Description | |
---|---|---|
Height | Get the height (the number of rows) in this bit matrix. | |
Item | Gets or sets the value at the specified location. | |
Width | Gets the width (the number of columns) in this bit matrix. |
Name | Description | |
---|---|---|
Clear | Sets all bits in this bit matrix to 0 (false). | |
GetCount | Gets the number of values equal to the given one in the specified row. | |
Set | Sets all bits in this bit matrix to the given value. | |
SetColumn | Sets all bits in the specified column to the given value. | |
SetRow | Sets all bits in the specified row to the given value. | |
ToString | Returns a System.String that represents the current NBitMatrix. |