Click or drag to resize

RMatrixItem Property

Gets the value at a single cell.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public double this[
	int row,
	int column
] { get; }

Parameters

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

Return Value

Double
The value at the given cell.
See Also