PrintMatrix Constructor (TextWriter) |
Creates an instance of the PrintMatrix class without a title
and directs it to a specified output stream.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public PrintMatrix(
TextWriter writer
)
Public Sub New (
writer As TextWriter
)
public:
PrintMatrix(
TextWriter^ writer
)
new :
writer : TextWriter -> PrintMatrix
Parameters
- writer
- Type: System.IOTextWriter
The TextWriter to which the matrix is to be written.
See Also