Click or drag to resize

VectorTToArray Method

Returns the data contained in the vector as an array. The returned array will be independent from this vector. A new memory block will be allocated for the array.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T[] ToArray()

Return Value

T
The vector's data as an array.
See Also