Property Item
Item[Int32, Int32]
Gets or sets the component at the specified index.
Declaration
public float this[int row, int column] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System. |
row | The row of the matrix to access. |
System. |
column | The column of the matrix to access. |
Property Value
Type | Description |
---|---|
System. |
The value of the matrix component, depending on the index. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the |