INArrayT, DVertCat Method

Concatenate 2D-Arrays (Matrixes) vertically

Definition

Namespace: Metas.UncLib.Core.Ndims.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
T VertCat(
	T b
)

Parameters

b  T
The second matrix

Return Value

T

See Also