Gets the components of the Vector.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetComponents As Double() |
| C# |
|---|
public virtual double[] GetComponents () |
| C++ |
|---|
public: virtual array<double>^ GetComponents () |
Return Value
An array of Double values that contains the components of the vector.
Remarks
This method always returns a copy of the components.