Matrix4x4.GetElement(Int32, Int32) メソッド

定義

指定した行と列にある要素を取得します。

public:
 float GetElement(int row, int column);
public readonly float GetElement(int row, int column);
member this.GetElement : int * int -> single
Public Function GetElement (row As Integer, column As Integer) As Single

パラメーター

row
Int32

取得する要素を含む行のインデックス。

column
Int32

取得する要素を含む列のインデックス。

返品

インデックス位置の要素: [row, column]。

例外

row が 0 未満か、行数以上 (4)。

-又は-

column が 0 未満か、列の数以上 (4)。

適用対象