Click or drag to resize
MatrixOpsSerialiseMatrixT Method

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string SerialiseMatrix<T>(
	T[][] matrix,
	int width,
	int height,
	string rowsep = ",",
	string linesep = ""
)

Parameters

matrix
Type: T
width
Type: SystemInt32
height
Type: SystemInt32
rowsep (Optional)
Type: SystemString
linesep (Optional)
Type: SystemString

Type Parameters

T

Return Value

Type: String
See Also