NArrayT, DOnes2d Method

Initializes a 2D-Array (Matrix) 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 Ones2d(
	int n1,
	int n2
)

Parameters

n1  Int32
Dim: 1, Number of elements (rows)
n2  Int32
Dim: 2, Number of elements (cols)

Implements

INArrayT, DOnes2d(Int32, Int32)

See Also