Click or drag to resize
MatrixOpsCloneMatrixT Method

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static T[][] CloneMatrix<T>(
	T[][] gridIN,
	int widthI,
	int heightI
)
where T : new()

Parameters

gridIN
Type: T
widthI
Type: SystemInt32
heightI
Type: SystemInt32

Type Parameters

T

Return Value

Type: T
See Also