NArrayT, DGetItemsNd Method

Get Items

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public D[] GetItemsNd(
	int[][] indices
)

Parameters

indices  Int32
Indices

Return Value

D
Items

Implements

INArrayT, DGetItemsNd(Int32)

See Also