Click or drag to resize

MatrixWrapperStructForLeftSpineJaggedArrayTArray Property

Gets the underlying array. Access to elements is done using Array[row][column].

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