Version

BooleanMatrix Class Members

The following tables list the members exposed by BooleanMatrix.

Public Constructors
 NameDescription
Public ConstructorBooleanMatrix ConstructorOverloaded.   
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)EmptyReturns the empty BooleanMatrix.  
Public Properties
 NameDescription
Public PropertyItemOverloaded. An indexer for the BooleanMatrix. The Matrix can be indexed one-dimensionally or multi-dimensionally.  
Public PropertyLengthReturns the length of the MatrixBase. (Inherited from Infragistics.Math.MatrixBase)
Public PropertyRankReturns the number of dimensions in the MatrixBase. (Inherited from Infragistics.Math.MatrixBase)
Public PropertySizeReturns the dimensions of the MatrixBase as a Vector. (Inherited from Infragistics.Math.MatrixBase)
Public Methods
 NameDescription
Public MethodAndReturns the pointwise logical AND of two BooleanMatrix instances.  
Public MethodBitwiseAndReturns the pointwise logical AND of two BooleanMatrix instances.  
Public MethodBitwiseOrReturns the pointwise logical OR of two BooleanMatrix instances.  
Public MethodCloneReturns a copy of the BooleanMatrix instance.  
Public MethodCopyToOverloaded. Overridden. Copies the base BooleanMatrix to an array starting at a particular index.  
Public MethodEqualsCompares the BooleanMatrix with x for equality.  
Public MethodGetEnumeratorOverridden. Returns an enumerator for the BooleanMatrix.  
Public MethodGetHashCodeReturns hash code for the BooleanMatrix.  
Public MethodIsColumnDetermines whether the MatrixBase is a column MatrixBase. (Inherited from Infragistics.Math.MatrixBase)
Public MethodIsEmptyDetermines whether the MatrixBase is empty. (Inherited from Infragistics.Math.MatrixBase)
Public MethodIsRowDetermines whether the MatrixBase is a row MatrixBase. (Inherited from Infragistics.Math.MatrixBase)
Public MethodIsSquareDetermines whether the MatrixBase is square. (Inherited from Infragistics.Math.MatrixBase)
Public MethodIsTwoDimensionalDetermines if the MatrixBase has exactly two dimensions. (Inherited from Infragistics.Math.MatrixBase)
Public MethodIsUnitaryDetermines whether the MatrixBase is unitary. (Inherited from Infragistics.Math.MatrixBase)
Public MethodLogicalNotReturns the pointwise NOT of the BooleanMatrix.  
Public MethodOrReturns the pointwise logical OR of two BooleanMatrix instances.  
Public MethodSqueezeRemoves unitary dimensions from MatrixBase instances with greater than two dimensions. (Inherited from Infragistics.Math.MatrixBase)
Public MethodToStringReturns the string representation of a BooleanMatrix.  
Public Operators
public Operator And Overloaded. Returns the pointwise logical AND of two BooleanMatrix instances.
public Operator Or Overloaded. Returns the pointwise logical OR of two BooleanMatrix instances.
public Operator Equality Determines whether two BooleanMatrix instances have the same dimensions and element values.
public Operator Explicit Type Conversion Overloaded. Casts a BooleanVector to a BooleanMatrix.
public Operator Implicit Type Conversion Casts a boolean value to a unitary BooleanMatrix.
public Operator Inequality Determines whether two BooleanMatrix instances have different dimensions or element values.
public Operator Logical Not Returns the pointwise NOT of a BooleanMatrix.
See Also