Matrix.asString

Returns the current matrix formatted as flat string.

struct Matrix(type, int numCols, int numRows)
@property
string
asString
(
)
if (
(numCols > 1) &&
(numRows > 1)
)

Meta