Matrix4x4.GetRow(Int32) Méthode

Définition

Obtient ou définit la ligne à l’index spécifié.

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

Paramètres

index
Int32

Index de la ligne à obtenir.

Retours

Ligne à l’index : [index].

Exceptions

index était inférieur à zéro ou supérieur ou égal au nombre de lignes (4).

S’applique à