Matrix4x4.GetRow(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the row at the specified index.
public:
System::Numerics::Vector4 GetRow(int index);
public readonly System.Numerics.Vector4 GetRow(int index);
member this.GetRow : int -> System.Numerics.Vector4
Public Function GetRow (index As Integer) As Vector4
Parameters
- index
- Int32
The index of the row to get.
Returns
The row at index: [index].
Exceptions
index was less than zero or greater than or equal to the number of rows (4).