Bitmap for UWP
Item プロパティ (Vector3)

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector3 構造体 : Item プロパティ
The index of the component to access. Use 0 for the X component, 1 for the Y component, and 2 for the Z component.
Gets or sets the component at the specified index.
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As System.Single
public System.float this[ 
   System.int index
]; {get; set;}

パラメータ

index
The index of the component to access. Use 0 for the X component, 1 for the Y component, and 2 for the Z component.

プロパティ値

The value of the X, Y, or Z component, depending on the index.The value of the component at the specified index.
例外
例外解説
Thrown when the indexis out of the range [0, 2].
参照

Vector3 構造体
Vector3 メンバ