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