NArrayT, DInit3d Method
Initializes a 3D-Array
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public void Init3d(
int n1,
int n2,
int n3
)
Public Sub Init3d (
n1 As Integer,
n2 As Integer,
n3 As Integer
)
public:
virtual void Init3d(
int n1,
int n2,
int n3
) sealed
abstract Init3d :
n1 : int *
n2 : int *
n3 : int -> unit
override Init3d :
n1 : int *
n2 : int *
n3 : int -> unit
- n1 Int32
- Dim: 1, Number of elements
- n2 Int32
- Dim: 2, Number of elements
- n3 Int32
- Dim: 3, Number of elements
INArrayT, DInit3d(Int32, Int32, Int32)