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.Int32 | row | The row of the matrix to access. |
System.Int32 | column | The column of the matrix to access. |
Property Value
Type | Description |
---|---|
System.Single | The value of the matrix component, depending on the index. |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | Thrown when the |