Click or drag to resize

MapackMatrixItem Property

Access the value at the given location.

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

Parameters

i  Int32
 
j  Int32
 

Property Value

Double

Implements

IMatrixTItemInt32, Int32
IROMatrixTItemInt32, Int32
See Also