NArrayT, DReshape Method

Reshapes the array

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public void Reshape(
	int[] size
)

Parameters

size  Int32
Size

Implements

INArrayT, DReshape(Int32)

See Also