Click or drag to resize

MatrixItem Property

Gets or sets the value of the element at the given location.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract double this[
	int rowIndex,
	int columnIndex
] { get; set; }

Parameters

rowIndex
Type: SystemInt32
The row index of the desired element.
columnIndex
Type: SystemInt32
The column index of the desired element.

Return Value

Type: Double
The value of the element at the given location.
Exceptions
ExceptionCondition
ObjectFrozenException Thrown when a set is attempted on a Matrix when IsFrozen is .
See Also