NArrayT, DOnes1d Method

Initializes a 1D-Array (Vector) 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 Ones1d(
	int n1
)

Parameters

n1  Int32
Dim: 1, Number of elements

Implements

INArrayT, DOnes1d(Int32)

See Also