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.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public T[][] Array {
get;
}
Property Value
T
The underlying array.
See Also