DoubleCollection.Item[Int32] 속성

정의

지정된 인덱스(0부터 시작)에 있는 Double를 가져오거나 설정합니다.

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

매개 변수

index
Int32

가져오거나 설정할 Double 값의 인덱스(0부터 시작)입니다.

속성 값

Double

지정한 인덱스에 있는 Double입니다.

구현

예외

indexDoubleCollection의 유효한 인덱스가 아닌 경우

DoubleCollection이 읽기 전용인 경우

또는 DoubleCollection가 고정 크기입니다.

적용 대상

추가 정보