MatrixItem(Int32, Int32) Property

Gets or sets the value of a single cell.

Definition

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

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