Click or drag to resize

RODoubleMatrixInArray1DColumnMajorRepresentationItem Property

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

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 column
] { get; }

Parameters

row  Int32
The zero-based row index.
column  Int32
The zero-based column index.

Return Value

Double
The value at the specified row and column.

Implements

IROMatrixTItemInt32, Int32
See Also