INArrayT, DOnes3d Method
            Initializes a 3D-Array with all values = 1
            
Namespace: Metas.UncLib.Core.Ndims.InterfaceAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.9.9393.15154
void Ones3d(
	int n1,
	int n2,
	int n3
)
Sub Ones3d ( 
	n1 As Integer,
	n2 As Integer,
	n3 As Integer
)
void Ones3d(
	int n1, 
	int n2, 
	int n3
)
abstract Ones3d : 
        n1 : int * 
        n2 : int * 
        n3 : int -> unit 
Parameters
- n1  Int32
- Dim: 1, Number of elements
- n2  Int32
- Dim: 2, Number of elements
- n3  Int32
- Dim: 3, Number of elements