'宣言
Public Overloads Property Item( _
ByVal As System.Integer, _
ByVal column As System.Integer _
) As System.Single
public System.float Item(
System.int ,
System.int column
) {get; set;}
パラメータ
- row
- アクセスする Matrix5x4 の行。
- column
- アクセスする Matrix5x4 の列。
プロパティ値
インデックスに応じた Matrix5x4 コンポーネントの値。指定されたインデックスにあるコンポーネントの値。