DenseVectorStorageTAsArray Method |
Returns the backing array if one is available.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override T[] AsArray()
Return Value
TThe backing array, or
if none is available.
See Also