NArrayT, DOnes3d Method

Initializes a 3D-Array with all values = 1

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public void Ones3d(
	int n1,
	int n2,
	int n3
)

Parameters

n1  Int32
Dim: 1, Number of elements
n2  Int32
Dim: 2, Number of elements
n3  Int32
Dim: 3, Number of elements

Implements

INArrayT, DOnes3d(Int32, Int32, Int32)

See Also