NArrayT, DItem(Int32, Int32, Int32) Property

Item

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public D this[
	int index1,
	int index2,
	int index3
] { get; set; }

Parameters

index1  Int32
Index 1
index2  Int32
Index 2
index3  Int32
Index 3

Return Value

D

Implements

INArrayT, DItemInt32, Int32, Int32

See Also