Click or drag to resize

MatrixWrapperStructForTopSpineJaggedArrayTArray Property

Gets the underlying array. Access to elements is done using Array[column][row], i.e. with exchanged column and row.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T[][] Array {
	get;
 }

Property Value

T
The underlying array.
See Also