Click or drag to resize
MatrixOpsCreateMatrixT Method

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

Parameters

widthI
Type: SystemInt32
heightI
Type: SystemInt32

Type Parameters

T

Return Value

Type: T
See Also