SparseVectorStorageTToArray Method |
Copies the storage into a new array.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override T[] ToArray()
Return Value
TA new array containing the storage values.
See Also