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