MatrixT Constructor

Overload List

MatrixT(T) Creates a MatrixT from the given data.
MatrixT(Int32, T) Creates a MatrixT of repeating rows.
MatrixT(T, Int32) Creates a MatrixT of repeating columns.
MatrixT(Int32, Int32, T) Creates a MatrixT of given size, prepopulated with a value.

See Also