.NET Matrix Library
CVector Constructor
See Also  Send Feedback



Initializes a new instance of the CVector class. Initializes a new instance of the CVector class.

Overload List

OverloadDescription
CVector Constructor(Complex[])Initializes a new instance of the CVector class using the content of an array.  
CVector Constructor(Int32,Complex)Creates a new instance of the CVector class specifying its length and a value to initialize its components.  
CVector Constructor(Int32)Creates a new instance of the CVector class specifying its length.  
CVector Constructor(CVector)Creates a new instance of the CVector class, copying the content of an existing vector.  
CVector Constructor()Initializes a new instance of the CVector class creating a vector of length equal to 3.  

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library