NArrayT, DSetItem3d Method
Set Item
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public void SetItem3d(
int index1,
int index2,
int index3,
D value
)
Public Sub SetItem3d (
index1 As Integer,
index2 As Integer,
index3 As Integer,
value As D
)
public:
virtual void SetItem3d(
int index1,
int index2,
int index3,
D value
) sealed
abstract SetItem3d :
index1 : int *
index2 : int *
index3 : int *
value : 'D -> unit
override SetItem3d :
index1 : int *
index2 : int *
index3 : int *
value : 'D -> unit
- index1 Int32
- Index 1
- index2 Int32
- Index 2
- index3 Int32
- Index 3
- value D
- Item
INArrayT, DSetItem3d(Int32, Int32, Int32, D)