Click or drag to resize

JaggedArrayMatrixItem Property

Element accessor. Accesses the element [row, col] of the matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double this[
	int row,
	int col
] { get; set; }

Parameters

row  Int32
 
col  Int32
 

Property Value

Double

Implements

IMatrixTItemInt32, Int32
IROMatrixTItemInt32, Int32
See Also