Vector3.Item[Int32] Propriété

Définition

Obtient ou définit l’élément à 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’élément à index.

Exceptions

index était inférieur à zéro ou supérieur au nombre d’éléments.

S’applique à