Click or drag to resize

GenericVectorTToArray Method

Returns an array of data copyied (not used directly) from this instance.

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
Array with copied data of this instance.
See Also