Vector4.Item[Int32] Propriété

Définition

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.

S’applique à