Gets the components of the vector.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public virtual double[] ToArray()
|
| Visual Basic (Declaration) |
Public Overridable Function ToArray As Double()
|
| Visual C++ |
public:
virtual array<double>^ ToArray()
|
| F# |
abstract ToArray : unit -> float[]
override ToArray : unit -> float[]
|
Return Value
An array of
Double values
that contains the components of the vector.
Remarks
See Also