NArrayT, DGetItem2d Method
Get Item
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public D GetItem2d(
int index1,
int index2
)
Public Function GetItem2d (
index1 As Integer,
index2 As Integer
) As D
public:
virtual D GetItem2d(
int index1,
int index2
) sealed
abstract GetItem2d :
index1 : int *
index2 : int -> 'D
override GetItem2d :
index1 : int *
index2 : int -> 'D
- index1 Int32
- Index 1
- index2 Int32
- Index 2
DItem
INArrayT, DGetItem2d(Int32, Int32)