DoubleCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia Double wartość w określonym indeksie zerowym.

public:
 property double default[int] { double get(int index); void set(int index, double value); };
public double this[int index] { get; set; }
member this.Item(int) : double with get, set
Default Public Property Item(index As Integer) As Double

Parametry

index
Int32

Indeks zerowy Double wartości do pobrania lub ustawienia.

Wartość właściwości

Double

Element Double w określonym indeksie.

Implementuje

Wyjątki

index nie jest prawidłowym indeksem w obiekcie DoubleCollection.

Element DoubleCollection jest tylko do odczytu.

-lub- Element DoubleCollection ma stały rozmiar.

Dotyczy

Zobacz też