Edit

Share via


Matrix4x4.GetRow(Int32) Method

Definition

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).

Applies to