Version

ComplexVector Class Members

The following tables list the members exposed by ComplexVector.

Public Constructors
 NameDescription
Public ConstructorComplexVector ConstructorOverloaded.   
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)EmptyReturns the empty ComplexVector.  
Public Properties
 NameDescription
Public PropertyItemOverloaded. An indexer that gets and sets a single element of a ComplexVector.  
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 MethodAcosModifies a ComplexVector, y, by replacing each element y[i] with Acos(y[i]).  
Public MethodAddOverloaded. Modifies a ComplexVector, y, by replacing each element y[i] with y[i] + x[i].  
Public MethodAsinModifies a ComplexVector, y, by replacing each element y[i] with Asin(y[i]).  
Public MethodAtanModifies a ComplexVector, y, by replacing each element y[i] with Atan(y[i]).  
Public MethodCeilingModifies a ComplexVector, y, by replacing each element y[i] with Ceiling(y[i]).  
Public MethodCisModifies a ComplexVector, y, by replacing each element y[i] with Cis(y[i]).  
Public MethodCloneReturns a copy of the ComplexVector instance.  
Public MethodCompareToOverloaded. Modifies the ComplexVector, y, by replacing each element y[i] with CompareTo(y[i],x[i]).  
Public MethodConjModifies a ComplexVector, y, by replacing each element y[i] with Conj(y[i]).  
Public MethodCopyToOverloaded. Overridden. Copies the base ComplexVector to an array starting at a particular index.  
Public MethodCosModifies a ComplexVector, y, by replacing each element y[i] with Cos(y[i]).  
Public MethodCoshModifies a ComplexVector, y, by replacing each element y[i] with Cosh(y[i]).  
Public MethodCumProductModifies a ComplexVector, y, by replacing each element y[i] with y[0]*...*y[i].  
Public MethodCumSumModifies a ComplexVector, y, by replacing each element y[i] with y[0]+...+y[i].  
Public MethodDivideOverloaded. Modifies a ComplexVector, y, by replacing each element y[i] with y[i] / x[i].  
Public MethodEqualsCompares the ComplexVector with x for equality.  
Public MethodExpModifies a ComplexVector, y, by replacing each element y[i] with Exp(y[i]).  
Public MethodFloorModifies a ComplexVector, y, by replacing each element y[i] with Floor(y[i]).  
Public MethodGetEnumeratorOverridden. Returns an enumerator for the ComplexVector.  
Public MethodGetHashCodeReturns a hash code for the ComplexVector.  
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 MethodLogOverloaded. Modifies a ComplexVector, y, by replacing each element y[i] with Log(y[i]).  
Public MethodLog10Modifies a ComplexVector, y, by replacing each element y[i] with Log10(y[i]).  
Public MethodLog2Modifies a ComplexVector, y, by replacing each element y[i] with Log2(y[i]).  
Public MethodMultiplyOverloaded. Modifies a ComplexVector, y, by replacing each element y[i] with y[i] * x[i].  
Public MethodPowOverloaded. Modifies a ComplexVector, y, by replacing each element y[i] with Pow(y[i],x[i]).  
Public MethodRoundModifies a ComplexVector, y, by replacing each element y[i] with Round(y[i]).  
Public MethodSignModifies a ComplexVector, y, by replacing each element y[i] with Sign(y[i]).  
Public MethodSinModifies a ComplexVector, y, by replacing each element y[i] with Sin(y[i]).  
Public MethodSinhModifies a ComplexVector, y, by replacing each element y[i] with Sinh(y[i]).  
Public MethodSortModifies the ComplexVector by sorting the elements by value in ascending order.  
Public MethodSqrtModifies a ComplexVector, y, by replacing each element y[i] with Sqrt(y[i]).  
Public MethodSqueezeRemoves unitary dimensions from MatrixBase instances with greater than two dimensions. (Inherited from Infragistics.Math.MatrixBase)
Public MethodSubtractOverloaded. Modifies a ComplexVector, y, by replacing each element y[i] with y[i] - x[i].  
Public MethodTanModifies a ComplexVector, y, by replacing each element y[i] with Tan(y[i]).  
Public MethodTanhModifies a ComplexVector, y, by replacing each element y[i] with Tanh(y[i]).  
Public MethodToStringReturns the string representation of a ComplexVector.  
Public MethodTransposeModifies a ComplexVector by switching its orientation. A row ComplexVector is converted to a column ComplexVector and vice versa.  
Public Operators
public Operator Addition Overloaded. Adds two ComplexVector instances pointwise.
public Operator Division Overloaded. Divides two ComplexVector instances pointwise.
public Operator Equality Overloaded. Determines whether two ComplexVector instances have the same dimensions and element values.
public Operator Explicit Type Conversion Overloaded. Casts a decimal array to a row Vector.
public Operator Greater Than Overloaded. Compares two ComplexVector instances using the GreaterThan operator pointwise.
public Operator Greater Than or Equal Overloaded. Compares two ComplexVector instances using the GreaterThanOrEquals operator pointwise.
public Operator Implicit Type Conversion Overloaded. Casts a Complex number to a unitary ComplexVector.
public Operator Inequality Overloaded. Determines whether two ComplexVector instances have different dimensions and element values.
public Operator Less Than Overloaded. Compares two ComplexVector instances using the LessThan operator pointwise.
public Operator Less Than or Equal Overloaded. Compares two ComplexVector instances using the LessThanOrEquals operator pointwise.
public Operator Multiplication Overloaded. Multiplies two ComplexVector instances pointwise.
public Operator Subtraction Overloaded. Subtracts two ComplexVector instances pointwise.
See Also