Click or drag to resize

MatrixStorageTAsArray Method

Gets the underlying two-dimensional array when directly available.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual T[,] AsArray()

Return Value

T
The underlying two-dimensional array, or if unavailable.
See Also