Vector2.Item[Int32] 속성

정의

지정한 인덱스에 있는 요소를 가져오거나 설정합니다.

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

매개 변수

index
Int32

가져오거나 설정할 요소의 인덱스입니다.

속성 값

의 요소입니다 index.

예외

index가 0 미만이거나 요소 수보다 큽니다.

적용 대상