BlockVector<T>.ToArray Method

Gets the components of the BlockVector<T>.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override T[] ToArray()

Return Value

T[]
An array of T values that contains the components of the vector.

Remarks

This method always returns a copy of the elements.

See Also