Quaternion.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보다 작거나 요소 수보다 큽니다.

적용 대상