Click or drag to resize

DiagonalMatrix.Item 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: 25.1.421.0 (25.1.421.0)
Syntax
public override double this[
	int rowIndex,
	int columnIndex
] { get; set; }

Parameters

rowIndex
Type: System.Int32
The row index of the desired element.
columnIndex
Type: System.Int32
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