Quaternion.Item[Int32] Propriété
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 ou définit l'élément au niveau de l'index spécifié.
public:
property float default[int] { float get(int index); void set(int index, float value); };
public float this[int index] { get; set; }
member this.Item(int) : single with get, set
Default Public Property Item(index As Integer) As Single
Paramètres
- index
- Int32
Index de l'élément à obtenir ou à définir.
Valeur de propriété
Élément à l’emplacement index.
Exceptions
index est inférieur à zéro ou supérieur au nombre d’éléments.