Matrix4x4.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Item[Int32] | |
Item[Int32, Int32] |
指定したインデックス位置にある要素を取得または設定します。 |
Item[Int32]
public:
property System::Numerics::Vector4 default[int] { System::Numerics::Vector4 get(int row); void set(int row, System::Numerics::Vector4 value); };
public System.Numerics.Vector4 this[int row] { get; set; }
member this.Item(int) : System.Numerics.Vector4 with get, set
Default Public Property Item(row As Integer) As Vector4
パラメーター
- row
- Int32
プロパティ値
適用対象
Item[Int32, Int32]
- ソース:
- Matrix4x4.cs
- ソース:
- Matrix4x4.cs
- ソース:
- Matrix4x4.cs
- ソース:
- Matrix4x4.cs
指定したインデックス位置にある要素を取得または設定します。
public:
property float default[int, int] { float get(int row, int column); void set(int row, int column, float value); };
public float this[int row, int column] { get; set; }
member this.Item(int * int) : single with get, set
Default Public Property Item(row As Integer, column As Integer) As Single
パラメーター
- row
- Int32
取得または設定する要素を含む行のインデックス。
- column
- Int32
取得または設定する要素を含む列のインデックス。
プロパティ値
[row
][column
] の要素。