Click or drag to resize

DoubleBandMatrixItem 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 i,
	int j
] { get; set; }

Parameters

i  Int32
The row index.
j  Int32
The column index.

Return Value

Double
The element at the specified row and column indices.

Implements

IMatrixTItemInt32, Int32
IROMatrixTItemInt32, Int32
See Also