NArrayT, DOnes2d Method
Initializes a 2D-Array (Matrix) with all values = 1
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public void Ones2d(
int n1,
int n2
)
Public Sub Ones2d (
n1 As Integer,
n2 As Integer
)
public:
virtual void Ones2d(
int n1,
int n2
) sealed
abstract Ones2d :
n1 : int *
n2 : int -> unit
override Ones2d :
n1 : int *
n2 : int -> unit
- n1 Int32
- Dim: 1, Number of elements (rows)
- n2 Int32
- Dim: 2, Number of elements (cols)
INArrayT, DOnes2d(Int32, Int32)