.NET Matrix Library
Vector Constructor(Double[])
See Also  Send comments on this topic


array
The array of complex structures whose content will be used to initialize the elements of the newly created Vector object.
Initializes a new instance of the Vector class using the content of an array.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal array() As Double _
)
C# 
public Vector( 
   double[] array
)
C++/CLI 
public:
Vector( 
   array<double>^ array
)

Parameters

array
The array of complex structures whose content will be used to initialize the elements of the newly created Vector object.

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