Matrix4x4.GetElement(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’élément à la ligne et à la colonne spécifiées.
public:
float GetElement(int row, int column);
public readonly float GetElement(int row, int column);
member this.GetElement : int * int -> single
Public Function GetElement (row As Integer, column As Integer) As Single
Paramètres
- row
- Int32
Index de la ligne contenant l’élément à obtenir.
- column
- Int32
Index de la colonne contenant l’élément à obtenir.
Retours
Élément à l’index : [row, column].
Exceptions
row était inférieur à zéro ou supérieur ou égal au nombre de lignes (4).
- ou -
column était inférieur à zéro ou supérieur ou égal au nombre de colonnes (4).