.NET Matrix Library
ToArray Method
See Also  Send comments on this topic


Returns an array of type double containing the same values as the current vector.

Syntax

Visual Basic (Declaration) 
Public Function ToArray() As Double()
C# 
public double[] ToArray()
C++/CLI 
public:
array<double>^ ToArray(); 

Return Value

An array of type double containing the same values as the current vector.

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