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