Click or drag to resize

BandDoubleMatrixItem Property

[Missing <summary> documentation for "P:Altaxo.Calc.LinearAlgebra.BandDoubleMatrix.Item(System.Int32,System.Int32)"]


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
See Also