INArrayT, DSetItem2d Method

Set Item

Definition

Namespace: Metas.UncLib.Core.Ndims.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
void SetItem2d(
	int index1,
	int index2,
	D value
)

Parameters

index1  Int32
Index 1
index2  Int32
Index 2
value  D
Item

See Also