The following tables list the members exposed by BooleanMatrix.
| Name | Description | |
|---|---|---|
|  | BooleanMatrix Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|   | Empty | Returns the empty BooleanMatrix. | 
| Name | Description | |
|---|---|---|
|  | Item | Overloaded. An indexer for the BooleanMatrix. The Matrix can be indexed one-dimensionally or multi-dimensionally. | 
|  | Length | Returns the length of the MatrixBase. (Inherited from Infragistics.Math.MatrixBase) | 
|  | Rank | Returns the number of dimensions in the MatrixBase. (Inherited from Infragistics.Math.MatrixBase) | 
|  | Size | Returns the dimensions of the MatrixBase as a Vector. (Inherited from Infragistics.Math.MatrixBase) | 
| Name | Description | |
|---|---|---|
|  | And | Returns the pointwise logical AND of two BooleanMatrix instances. | 
|  | BitwiseAnd | Returns the pointwise logical AND of two BooleanMatrix instances. | 
|  | BitwiseOr | Returns the pointwise logical OR of two BooleanMatrix instances. | 
|  | Clone | Returns a copy of the BooleanMatrix instance. | 
|  | CopyTo | Overloaded. Overridden. Copies the base BooleanMatrix to an array starting at a particular index. | 
|  | Equals | Compares the BooleanMatrix with x for equality. | 
|  | GetEnumerator | Overridden. Returns an enumerator for the BooleanMatrix. | 
|  | GetHashCode | Returns hash code for the BooleanMatrix. | 
|  | IsColumn | Determines whether the MatrixBase is a column MatrixBase. (Inherited from Infragistics.Math.MatrixBase) | 
|  | IsEmpty | Determines whether the MatrixBase is empty. (Inherited from Infragistics.Math.MatrixBase) | 
|  | IsRow | Determines whether the MatrixBase is a row MatrixBase. (Inherited from Infragistics.Math.MatrixBase) | 
|  | IsSquare | Determines whether the MatrixBase is square. (Inherited from Infragistics.Math.MatrixBase) | 
|  | IsTwoDimensional | Determines if the MatrixBase has exactly two dimensions. (Inherited from Infragistics.Math.MatrixBase) | 
|  | IsUnitary | Determines whether the MatrixBase is unitary. (Inherited from Infragistics.Math.MatrixBase) | 
|  | LogicalNot | Returns the pointwise NOT of the BooleanMatrix. | 
|  | Or | Returns the pointwise logical OR of two BooleanMatrix instances. | 
|  | Squeeze | Removes unitary dimensions from MatrixBase instances with greater than two dimensions. (Inherited from Infragistics.Math.MatrixBase) | 
|  | ToString | Returns the string representation of a BooleanMatrix. | 
|  And | Overloaded. Returns the pointwise logical AND of two BooleanMatrix instances. | 
|  Or | Overloaded. Returns the pointwise logical OR of two BooleanMatrix instances. | 
|  Equality | Determines whether two BooleanMatrix instances have the same dimensions and element values. | 
|  Explicit Type Conversion | Overloaded. Casts a BooleanVector to a BooleanMatrix. | 
|  Implicit Type Conversion | Casts a boolean value to a unitary BooleanMatrix. | 
|  Inequality | Determines whether two BooleanMatrix instances have different dimensions or element values. | 
|  Logical Not | Returns the pointwise NOT of a BooleanMatrix. |