Edit

Share via


Matrix3x2.Item[Int32, Int32] Property

Definition

Gets or sets the element at the specified indices.

public float this[int row, int column] { get; set; }

Parameters

row
Int32

The index of the row containing the element to get or set.

column
Int32

The index of the column containing the element to get or set.

Property Value

The element at [row][column].

Exceptions

row was less than zero or greater than the number of rows.

-or-

column was less than zero or greater than the number of columns.

Applies to

Product Versions
.NET 7, 8, 9, 10