Matrix3x2.GetElement(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定行和列处的元素。
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]。