Matrix4x4.Item[Int32, Int32] 屬性

定義

取得或設定位於指定索引處的專案。

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] 的專案。

例外狀況

row 小於零或大於數據列數目。

-或-

column 小於零或大於數據行數目。

適用於