MatrixItem(Index, Index) Property

Gets the value of a single cell using Index.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public double this[
	Index row,
	Index column
] { get; }

Parameters

row  Index
The row number, between 0 and Rows - 1.
column  Index
The column number, between 0 and Cols - 1.

Return Value

Double
The value at the given cell.

See Also