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