Click or drag to resize

Matrix6By6Symmetric.Item Property

Accesses the matrix elements using zero-based indexing.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public double this[
	int row,
	int column
] { get; }

Parameters

row
Type: System.Int32
The row index.
column
Type: System.Int32
The column index.

Return Value

Type: Double
The value corresponding to the indicated element of the matrix.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when either row or column is less than 0 or greater than 5.
See Also