| MatrixItem(Int32, Int32) Property | 
Matrix elements accessor.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic double this[
	int i,
	int j
] { get; set; }Parameters
- i  Int32
- Row index.
- j  Int32
- Column index.
Return Value
DoubleA(i,j)
 See Also
See Also