Matrix3x2.GetElement(Int32, Int32) Méthode

Définition

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

- ou -

column était inférieur à zéro ou supérieur ou égal au nombre de colonnes (2).

S’applique à