NArrayT, DSetItem3d Method

Set Item

Definition

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

Parameters

index1  Int32
Index 1
index2  Int32
Index 2
index3  Int32
Index 3
value  D
Item

Implements

INArrayT, DSetItem3d(Int32, Int32, Int32, D)

See Also