Vector4.Item[Int32] Vlastnost

Definice

Získá nebo nastaví prvek u zadaného indexu.

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

Parametry

index
Int32

Index elementu, který chcete získat nebo nastavit.

Hodnota vlastnosti

Element v .index

Výjimky

index byla menší než nula nebo větší než počet prvků.

Platí pro