Click or drag to resize

BandDoubleMatrixItem Property

Gets or sets the element at the specified row and column indices.

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

Parameters

row  Int32
The zero-based row index of the element to get or set.
col  Int32
The zero-based column index of the element to get or set.

Return Value

Double
The value of the element at the specified row and column indices.

Implements

IMatrixTItemInt32, Int32
See Also