Matrix3x2.Item[Int32, Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定位於指定索引處的專案。
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
] 的專案。