Click or drag to resize

DiagonalMatrixItem 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 override 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
InvalidOperationException Thrown when an attempt is made to set a non-diagonal element.
See Also