NArrayT, DItem(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
] { get; set; }

Parameters

index1  Int32
Index 1

Return Value

D

Implements

INArrayT, DItemInt32

See Also