Gets the components of the Vector.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

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

Return Value

An array of Double values that contains the components of the vector.