.NET Matrix Library
Vector Constructor
See Also  Send comments on this topic


Initializes a new instance of the Vector class.

Overload List

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

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation