Version

BooleanVector Class Methods

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

Public Methods
 NameDescription
Public MethodAndReturns the pointwise logical AND of two BooleanVector instances.  
Public MethodBitwiseAndReturns the pointwise logical AND of two BooleanVector instances.  
Public MethodBitwiseOrReturns the pointwise logical OR of two BooleanVector instances.  
Public MethodCloneReturns a copy of the BooleanVector instance.  
Public MethodCopyToOverloaded. Overridden. Copies the base BooleanVector to an array starting at a particular index.  
Public MethodEqualsOverloaded. Compares the BooleanVector with x for equality.  
Public MethodGetEnumeratorOverridden. Returns an enumerator for the BooleanVector.  
Public MethodGetHashCodeReturns hash code for the BooleanVector.  
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 BooleanVector.  
Public MethodOrReturns the pointwise logical OR of two BooleanVector instances.  
Public MethodReverseModifies a BooleanVector by reversing the order of its elements.  
Public MethodSortModifies the BooleanVector by sorting the elements by value in ascending order.  
Public MethodSqueezeRemoves unitary dimensions from MatrixBase instances with greater than two dimensions. (Inherited from Infragistics.Math.MatrixBase)
Public MethodToStringReturns the string representation of a BooleanVector.  
Public MethodTransposeModifies a BooleanVector by switching its orientation. A row BooleanVector is converted to a column BooleanVector and vice versa.  
See Also