Version

BooleanVector Class Members

The following tables list the members exposed by BooleanVector.

Public Constructors
 NameDescription
Public ConstructorBooleanVector ConstructorOverloaded.   
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)EmptyReturns the empty BooleanVector.  
Public Properties
 NameDescription
Public PropertyItemOverloaded. An indexer that gets and sets a single element of a BooleanVector.  
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 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.  
Public Operators
public Operator And Overloaded. Returns the pointwise logical AND of two BooleanVector instances.
public Operator Or Overloaded. Returns the pointwise logical OR of two BooleanVector instances.
public Operator Equality Overloaded. Determines whether two BooleanVector instances have the same dimensions and element values.
public Operator Explicit Type Conversion Casts a BooleanVector to a bool array.
public Operator Implicit Type Conversion Overloaded. Casts a bool to a unitary BooleanVector.
public Operator Inequality Overloaded. Determines whether two BooleanVector instances have different dimensions and element values.
public Operator Logical Not Returns the pointwise NOT of a BooleanVector.
See Also