PrintMatrix Constructor |
Name | Description | |
---|---|---|
PrintMatrix |
Creates an instance of the PrintMatrix class without a title
and directs it to the default output stream.
| |
PrintMatrix(TextWriter) |
Creates an instance of the PrintMatrix class without a title
and directs it to a specified output stream.
| |
PrintMatrix(String) |
Creates a PrintMatrix object with a title directed to the
default output stream.
| |
PrintMatrix(TextWriter, String) |
Creates a PrintMatrix object with a title directed to a
specified output stream.
|