NArrayT, DItem(Int32, Int32, Int32) Property
            Item
            
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9393.15154
public D this[
	int index1,
	int index2,
	int index3
] { get; set; }
Public Default Property Item ( 
	index1 As Integer,
	index2 As Integer,
	index3 As Integer
) As D
	Get
	Set
public:
virtual property D default[int index1, int index2, int index3] {
	D get (int index1, int index2, int index3) sealed;
	void set (int index1, int index2, int index3, D value) sealed;
}
abstract Item : 'D with get, set
override Item : 'D with get, set
- index1  Int32
- Index 1
- index2  Int32
- Index 2
- index3  Int32
- Index 3
DINArrayT, DItemInt32, Int32, Int32