NArrayT, DGetItem2d Method

Get Item

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public D GetItem2d(
	int index1,
	int index2
)

Parameters

index1  Int32
Index 1
index2  Int32
Index 2

Return Value

D
Item

Implements

INArrayT, DGetItem2d(Int32, Int32)

See Also